Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cconvey@spaceman /tmp/y $ cat blacklist.txt
- src:/tmp/y/test.c
- fun:readline=uninstrumented
- fun:readline=discard
- cconvey@spaceman /tmp/y $ /home/cconvey/src/llvm-install/bin/clang -fsanitize=dataflow -fsanitize-blacklist=blacklist.txt example.c -lreadline
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 0 has invalid symbol index 11
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 1 has invalid symbol index 12
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 2 has invalid symbol index 2
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 3 has invalid symbol index 2
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 4 has invalid symbol index 11
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 5 has invalid symbol index 13
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 6 has invalid symbol index 13
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 7 has invalid symbol index 13
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 8 has invalid symbol index 12
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 9 has invalid symbol index 13
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 10 has invalid symbol index 13
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 11 has invalid symbol index 13
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 12 has invalid symbol index 13
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 13 has invalid symbol index 13
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 14 has invalid symbol index 13
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 15 has invalid symbol index 13
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 16 has invalid symbol index 13
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 17 has invalid symbol index 13
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 18 has invalid symbol index 13
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_info): relocation 19 has invalid symbol index 22
- /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/Scrt1.o(.debug_line): relocation 0 has invalid symbol index 2
- /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
- (.text+0x20): undefined reference to `main'
- /tmp/example-509890.o: In function `dfs$main':
- example.c:(.text+0x88): undefined reference to `dfs$dfsan_create_label'
- example.c:(.text+0xdc): undefined reference to `dfs$dfsan_set_label'
- example.c:(.text+0x118): undefined reference to `dfs$dfsan_create_label'
- example.c:(.text+0x155): undefined reference to `dfs$dfsan_set_label'
- example.c:(.text+0x191): undefined reference to `dfs$dfsan_create_label'
- example.c:(.text+0x1cf): undefined reference to `dfs$dfsan_set_label'
- example.c:(.text+0x2e6): undefined reference to `dfs$dfsan_get_label'
- example.c:(.text+0x328): undefined reference to `dfs$dfsan_has_label'
- example.c:(.text+0x366): undefined reference to `dfs$__assert_fail'
- example.c:(.text+0x391): undefined reference to `dfs$dfsan_has_label'
- example.c:(.text+0x3cf): undefined reference to `dfs$__assert_fail'
- example.c:(.text+0x3fa): undefined reference to `dfs$dfsan_has_label'
- example.c:(.text+0x438): undefined reference to `dfs$__assert_fail'
- example.c:(.text+0x607): undefined reference to `dfs$dfsan_get_label'
- example.c:(.text+0x649): undefined reference to `dfs$dfsan_has_label'
- example.c:(.text+0x687): undefined reference to `dfs$__assert_fail'
- example.c:(.text+0x6b2): undefined reference to `dfs$dfsan_has_label'
- example.c:(.text+0x6f0): undefined reference to `dfs$__assert_fail'
- example.c:(.text+0x71b): undefined reference to `dfs$dfsan_has_label'
- example.c:(.text+0x759): undefined reference to `dfs$__assert_fail'
- clang-3.6: error: linker command failed with exit code 1 (use -v to see invocation)
- cconvey@spaceman /tmp/y $
Advertisement
Add Comment
Please, Sign In to add comment