search for: coretesttests

Displaying 2 results from an estimated 2 matches for "coretesttests".

2014 Aug 27
2
[LLVMdev] migrating from autoconf to cmake+ninja
...TestMain/TestMain.cpp:(.text.main+0x28): undefined reference to `llvm::cl::ParseCommandLineOptions(int, char const* const*, char const*)' clang: error: linker command failed with exit code 1 (use -v to see invocation) /tmp/llvm/llvm/unittests/Makefile.unittest:58: recipe for target 'Release/CoreTestTests' failed make[4]: *** [Release/CoreTestTests] Error 1 make[4]: Leaving directory '/tmp/llvm/build/tools/lld/unittests/CoreTests' /tmp/llvm/llvm/Makefile.rules:937: recipe for target 'CoreTests/.makeall' failed make[3]: *** [CoreTests/.makeall] Error 2
2014 Sep 02
2
[LLVMdev] migrating from autoconf to cmake+ninja
...p:(.text.main+0x28): > undefined reference to `llvm::cl::ParseCommandLineOptions(int, char > const* const*, char const*)' > clang: error: linker command failed with exit code 1 (use -v to see invocation) > /tmp/llvm/llvm/unittests/Makefile.unittest:58: recipe for target 'Release/CoreTestTests' failed > make[4]: *** [Release/CoreTestTests] Error 1 > make[4]: Leaving directory '/tmp/llvm/build/tools/lld/unittests/CoreTests' > /tmp/llvm/llvm/Makefile.rules:937: recipe for target 'CoreTests/.makeall' failed > make[3]: *** [CoreTests/.makeall] Error 2 ________...