[PATCH] D39795: [Sanitizers, CMake] Also use version script for libclang_rt.asan-i386.so
    Evgenii Stepanov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Nov  8 14:51:24 PST 2017
    
    
  
This revision was automatically updated to reflect the committed changes.
Closed by commit rL317738: [Sanitizers, CMake] Also use version script for libclang_rt.asan-i386.so (authored by eugenis).
Changed prior to commit:
  https://reviews.llvm.org/D39795?vs=122068&id=122161#toc
Repository:
  rL LLVM
https://reviews.llvm.org/D39795
Files:
  compiler-rt/trunk/lib/asan/CMakeLists.txt
Index: compiler-rt/trunk/lib/asan/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/lib/asan/CMakeLists.txt
+++ compiler-rt/trunk/lib/asan/CMakeLists.txt
@@ -167,7 +167,7 @@
     PARENT_TARGET asan)
 
   foreach(arch ${ASAN_SUPPORTED_ARCH})
-    if (UNIX AND NOT ${arch} STREQUAL "i386")
+    if (UNIX)
       add_sanitizer_rt_version_list(clang_rt.asan-dynamic-${arch}
                                     LIBS clang_rt.asan-${arch} clang_rt.asan_cxx-${arch}
                                     EXTRA asan.syms.extra)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39795.122161.patch
Type: text/x-patch
Size: 575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171108/360034b2/attachment.bin>
    
    
More information about the llvm-commits
mailing list