[PATCH] Make FileCheck be a common dependency, not an ASan one.
Alexey Samsonov
vonosmas at gmail.com
Thu Feb 19 19:14:08 PST 2015
Please submit after fixing the error below:
================
Comment at: test/CMakeLists.txt:13
@@ +12,3 @@
+ set_property(TARGET FileCheck PROPERTY IMPORTED_LOCATION ${LLVM_TOOLS_BINARY_DIR}/FileCheck)
+ list(APPEND SANITIZER_COMMON_TEST_DEPS FileCheck)
+endif()
----------------
I believe this is still wrong =)
Should be `SANITIZER_COMMON_LIT_TEST_DEPS`
http://reviews.llvm.org/D7740
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list