summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/esan/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/esan/CMakeLists.txt')
-rw-r--r--compiler-rt/lib/esan/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/esan/CMakeLists.txt b/compiler-rt/lib/esan/CMakeLists.txt
index 5e4ee107a32..029c135791a 100644
--- a/compiler-rt/lib/esan/CMakeLists.txt
+++ b/compiler-rt/lib/esan/CMakeLists.txt
@@ -11,7 +11,8 @@ set(ESAN_SOURCES
esan.cpp
esan_flags.cpp
esan_interface.cpp
- esan_interceptors.cpp)
+ esan_interceptors.cpp
+ working_set.cpp)
foreach (arch ${ESAN_SUPPORTED_ARCH})
add_compiler_rt_runtime(clang_rt.esan
OpenPOWER on IntegriCloud