summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2013-05-29 12:11:43 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2013-05-29 12:11:43 +0000
commit51c963a812ca2fd24a72e17d1b5c127f4f9290bd (patch)
tree7b619111c5d414fe88334363fc7206eca2592b69 /lib/sanitizer_common/CMakeLists.txt
parente174cd1ee373c3b77f3ce8e7fc62f70d0668d03d (diff)
downloadcompiler-rt-51c963a812ca2fd24a72e17d1b5c127f4f9290bd.tar.gz
compiler-rt-51c963a812ca2fd24a72e17d1b5c127f4f9290bd.tar.bz2
compiler-rt-51c963a812ca2fd24a72e17d1b5c127f4f9290bd.tar.xz
[nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independent part.
Fixes the Go build. Differential Revision: http://llvm-reviews.chandlerc.com/D877 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@182851 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/CMakeLists.txt')
-rw-r--r--lib/sanitizer_common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sanitizer_common/CMakeLists.txt b/lib/sanitizer_common/CMakeLists.txt
index b8f8742f..ab7932da 100644
--- a/lib/sanitizer_common/CMakeLists.txt
+++ b/lib/sanitizer_common/CMakeLists.txt
@@ -14,6 +14,7 @@ set(SANITIZER_SOURCES
sanitizer_stackdepot.cc
sanitizer_stacktrace.cc
sanitizer_symbolizer_itanium.cc
+ sanitizer_symbolizer_linux.cc
sanitizer_symbolizer_mac.cc
sanitizer_symbolizer_win.cc
sanitizer_thread_registry.cc