[ 0:00] % divine cc -o testcase.bc -c /home/xrockai/src/divine/nightly/test/lang-c/longjmp-complex-args.c [ 0:00] compiling /home/xrockai/src/divine/nightly/test/lang-c/longjmp-complex-args.c [ 0:00] /home/xrockai/src/divine/nightly/test/lang-c/longjmp-complex-args.c:9:27: warning: GCC does not allow '__noinline__' attribute in this position on a function definition [ 0:00] void bar() __attribute__((__noinline__)) { [ 0:00] ^ [ 0:00] /home/xrockai/src/divine/nightly/test/lang-c/longjmp-complex-args.c:14:27: warning: GCC does not allow '__noinline__' attribute in this position on a function definition [ 0:00] void foo() __attribute__((__noinline__)) { [ 0:00] ^ [ 0:00] 2 warnings generated. [ 0:00] % native-link testcase.bc [ 0:00] setting up pass: fuse-ctors, options = [ 0:00] setting up pass: lowering, options = [ 0:00] setting up pass: recurse-annotations, options = [ 0:00] setting up pass: interrupt-mem, options = __dios_reschedule [ 0:00] setting up pass: interrupt-cfl, options = __dios_suspend [ 0:00] compiling native-0.bc [ 0:01] compiling /dios/lib/config/native.bc [ 0:01] warning: overriding the module target triple with x86_64-unknown-linux-gnu [-Woverride-module] [ 0:03] 1 warning generated. [ 0:03] /usr/bin/ld: /tmp/native-2-771339.o: in function `__execute_main(int, int, char**, char**)': [ 0:03] longjmp-complex-args.c:(.text+0x10693): undefined reference to `__dios_tainted_init' [ 0:03] /usr/bin/ld: /tmp/native-2-771339.o: in function `__dios_start': [ 0:03] longjmp-complex-args.c:(.text+0x107e5): undefined reference to `__dios_tainted_init' [ 0:03] /usr/bin/ld: /tmp/native-2-771339.o: in function `__dios_start_synchronous': [ 0:03] longjmp-complex-args.c:(.text+0x10939): undefined reference to `__dios_tainted_init' [ 0:03] clang-7: error: linker command failed with exit code 1 (use -v to see invocation)