diff options
Diffstat (limited to 'compiler-rt/lib/hwasan/CMakeLists.txt')
-rw-r--r-- | compiler-rt/lib/hwasan/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/hwasan/CMakeLists.txt b/compiler-rt/lib/hwasan/CMakeLists.txt index c094b273e65..c976f994651 100644 --- a/compiler-rt/lib/hwasan/CMakeLists.txt +++ b/compiler-rt/lib/hwasan/CMakeLists.txt @@ -5,6 +5,7 @@ set(HWASAN_RTL_SOURCES hwasan.cpp hwasan_allocator.cpp hwasan_dynamic_shadow.cpp + hwasan_exceptions.cpp hwasan_interceptors.cpp hwasan_interceptors_vfork.S hwasan_linux.cpp |