diff options
author | Alexey Samsonov <samsonov@google.com> | 2013-08-27 15:08:02 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2013-08-27 15:08:02 +0000 |
commit | acab30e927d0bcfb17e18b41c55d0d6f105ab659 (patch) | |
tree | a253725a29b6bd1fe21e8c6e1d66c3071146ebdb /compiler-rt/lib/tsan/Makefile.old | |
parent | 03520b7fc7c3d62a13d983266b2d0cdf30021693 (diff) | |
download | bcm5719-llvm-acab30e927d0bcfb17e18b41c55d0d6f105ab659.tar.gz bcm5719-llvm-acab30e927d0bcfb17e18b41c55d0d6f105ab659.zip |
Properly generate lists of exported symbols for sanitizer runtimes
This change adds a Python script that is invoked for
the just-built sanitizer runtime to generate the list of exported symbols
passed to the linker. By default, it contains interceptors and sanitizer
interface functions, but can be extended with tool-specific lists.
llvm-svn: 189356
Diffstat (limited to 'compiler-rt/lib/tsan/Makefile.old')
-rw-r--r-- | compiler-rt/lib/tsan/Makefile.old | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/tsan/Makefile.old b/compiler-rt/lib/tsan/Makefile.old index 64dff8370a7..3443a07533f 100644 --- a/compiler-rt/lib/tsan/Makefile.old +++ b/compiler-rt/lib/tsan/Makefile.old @@ -64,8 +64,6 @@ run: all presubmit: ../sanitizer_common/scripts/check_lint.sh - #./gen_dynamic_list.sh > rtl/tsan.syms.new - #diff rtl/tsan.syms rtl/tsan.syms.new # Debug build with clang. $(MAKE) -f Makefile.old clean $(MAKE) -f Makefile.old run DEBUG=1 -j 16 CC=$(CLANG) CXX=$(CLANG)++ |