[LLVMdev] [lld] Patch to incorporate lld test-suite into "make check-all"

Andy Gibbs andyg1001 at hotmail.co.uk
Thu Jul 26 04:57:43 PDT 2012


On Thursday, July 26, 2012 1:45 PM, Andy Gibbs wrote:
> Attached is a patch which incorporates the lld test-suite
> into llvm's "make check-all" if lld is built within llvm.
> Please could someone review this for me.

Sorry, I missed a dependency.  Here is an additional patch for
the additional dependency:

Index: tools/lld/test/CMakeLists.txt
==================================================================
--- tools/lld/test/CMakeLists.txt
+++ tools/lld/test/CMakeLists.txt
@@ -17,11 +17,11 @@
 
 if ( NOT LLD_BUILT_STANDALONE )
 
   set(LLD_TEST_DEPS
     lld-core lld-test.deps
-    FileCheck not
+    FileCheck not llvm-nm
     )
   set(LLD_TEST_PARAMS
     lld_site_config=${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg
     )
 






More information about the llvm-dev mailing list