[PATCH] Unit test support for Clang extra tools
Tareq A. Siraj
tareq.a.siraj at intel.com
Mon Apr 1 11:46:13 PDT 2013
================
Comment at: test/Unit/lit.cfg:27
@@ +26,3 @@
+ lit.load_config(config, site_cfg)
+ raise SystemExit
+
----------------
Shouldn't this be inside an else block?
================
Comment at: unittests/cpp11-migrate/Makefile:14
@@ +13,3 @@
+TESTNAME = Cpp11MigrateTests
+LINK_COMPONENTS := asmparser bitreader support mc
+USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \
----------------
Why are the LINK_COMPONENTS and USEDLIBS different between CMake and autoconf?
http://llvm-reviews.chandlerc.com/D605
More information about the cfe-commits
mailing list