[PATCH] Make FileCheck be a common dependency, not an ASan one.
Alexey Samsonov
vonosmas at gmail.com
Thu Feb 19 17:37:02 PST 2015
================
Comment at: test/CMakeLists.txt:13
@@ +12,3 @@
+ set_property(TARGET FileCheck PROPERTY IMPORTED_LOCATION ${LLVM_TOOLS_BINARY_DIR}/FileCheck)
+ list(APPEND ASAN_TEST_DEPS FileCheck)
+endif()
----------------
Shouldn't you append it to SANITIZER_COMMON_LIT_TEST_DEPS instead?
http://reviews.llvm.org/D7740
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list