[PATCH] D35232: [CMake] Remove asan from runtimes test dependencies
    Petr Hosek via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jul 10 17:48:46 PDT 2017
    
    
  
phosek created this revision.
Herald added a subscriber: mgorny.
asan is being built as part of the runtimes, so it shouldn't be
a dependency of runtimes test targets since this dependency won't
be satisfied after we have built the runtimes.
Repository:
  rL LLVM
https://reviews.llvm.org/D35232
Files:
  runtimes/CMakeLists.txt
Index: runtimes/CMakeLists.txt
===================================================================
--- runtimes/CMakeLists.txt
+++ runtimes/CMakeLists.txt
@@ -305,7 +305,6 @@
           obj2yaml
           sancov
           sanstats
-          asan
         )
       foreach(target ${test_targets} ${SUB_COMPONENT_CHECK_TARGETS})
         add_dependencies(${target} ${RUNTIMES_TEST_DEPENDS})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35232.105949.patch
Type: text/x-patch
Size: 392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170711/6cd5c014/attachment.bin>
    
    
More information about the llvm-commits
mailing list