Andy Gibbs
2012-Jul-26 11:57 UTC
[LLVMdev] [lld] Patch to incorporate lld test-suite into "make check-all"
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 )
Maybe Matching Threads
- [LLVMdev] [lld] Patch to incorporate lld test-suite into "make check-all"
- [LLVMdev] [lld] Patch to incorporate lld test-suite into "make check-all"
- [PATCH] Add CMake build script
- [LLVMdev] MSVC can't Inlcude *.inc files properly
- [LLVMdev] dragonegg polly support broken?