summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/CMakeLists.txt
diff options
context:
space:
mode:
authorWalter Lee <waltl@google.com>2018-05-10 21:40:16 +0000
committerWalter Lee <waltl@google.com>2018-05-10 21:40:16 +0000
commit0522f649896f2ab9e42b6089e16fed91b323e904 (patch)
treed56b5d8af90ae1da5ea7cf4bed6e977a2760f1c9 /lib/sanitizer_common/CMakeLists.txt
parentf41bca63df6c7c7e48eb4c06fa2f22c0b4deda2d (diff)
[sanitizer] Port fast stack unwinder to sparcv8
Differential Revision: https://reviews.llvm.org/D46469 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@332046 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 949b55a67..26897d710 100644
--- a/lib/sanitizer_common/CMakeLists.txt
+++ b/lib/sanitizer_common/CMakeLists.txt
@@ -72,6 +72,7 @@ set(SANITIZER_SYMBOLIZER_SOURCES
sanitizer_stacktrace.cc
sanitizer_stacktrace_libcdep.cc
sanitizer_stacktrace_printer.cc
+ sanitizer_stacktrace_sparc.cc
sanitizer_symbolizer.cc
sanitizer_symbolizer_fuchsia.cc
sanitizer_symbolizer_libbacktrace.cc