[PATCH] [mips] [test] Enable COMPILER_RT_INCLUDE_TESTS for MIPS

Alexey Samsonov vonosmas at gmail.com
Mon Dec 1 12:45:27 PST 2014


================
Comment at: lib/sanitizer_common/tests/CMakeLists.txt:171
@@ -170,1 +170,3 @@
     endif()
+    if(CAN_TARGET_mips64)
+      add_sanitizer_common_lib("RTSanitizerCommon.test.mips64"
----------------
Please introduce a CMake variable to store a list of architectures that are support in unit tests (by calling `filter_available_targets`) and use a foreach() loop here and below instead.

http://reviews.llvm.org/D6461






More information about the llvm-commits mailing list