[PATCH] D37350: [ubsan] Make check-ubsan depend on check-ubsan-minimal.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 15:27:59 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL312291: [ubsan] Make check-ubsan depend on check-ubsan-minimal. (authored by eugenis).

Changed prior to commit:
  https://reviews.llvm.org/D37350?vs=113459&id=113487#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D37350

Files:
  compiler-rt/trunk/test/CMakeLists.txt


Index: compiler-rt/trunk/test/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/test/CMakeLists.txt
+++ compiler-rt/trunk/test/CMakeLists.txt
@@ -71,6 +71,10 @@
     endforeach()
 
     compiler_rt_test_runtime(profile)
+
+    if(COMPILER_RT_HAS_UBSAN AND COMPILER_RT_HAS_UBSAN_MINIMAL)
+      add_dependencies(check-ubsan check-ubsan-minimal)
+    endif()
   endif()
   if(COMPILER_RT_BUILD_XRAY)
     compiler_rt_test_runtime(xray)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37350.113487.patch
Type: text/x-patch
Size: 489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170831/c27d2112/attachment.bin>


More information about the llvm-commits mailing list