about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/16/compiler-rt/asan-offset.patch
blob: 46afe5c0073470be3fb9abf5da34b5021a542aaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/lib/asan/CMakeLists.txt        2022-06-22 16:46:24.000000000 +0000
+++ b/lib/asan/CMakeLists.txt
@@ -46,7 +46,7 @@ set(ASAN_STATIC_SOURCES
   asan_rtl_static.cpp
   )
 
-if (NOT WIN32 AND NOT APPLE)
+if (LINUX)
   list(APPEND ASAN_STATIC_SOURCES
     asan_rtl_x86_64.S
   )