search for: add_lit_testsuite

Displaying 8 results from an estimated 8 matches for "add_lit_testsuite".

2018 Mar 17
0
Building issue at configure step on ARM host (AddLLVM.cmake)
...rror at cmake/modules/AddLLVM.cmake:1198 (add_dependencies): The dependency target "profile" of target "check-builtins" does not exist. Call Stack (most recent call first): cmake/modules/AddLLVM.cmake:1219 (add_lit_target) projects/compiler-rt/test/builtins/CMakeLists.txt:39 (add_lit_testsuite) Do you know how to fix this ? Please let me know if you need further details. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180317/1f4cf578/attachment.html>
2017 Mar 09
2
Use of host/target compiler when building compiler-rt
...arget "TsanUnitTests" of target "check-tsan" does not exist. Call Stack (most recent call first): /usr/local/google/home/blaikie/dev/llvm/build/clang/debug/split/notypes/nostandalone/lib/cmake/llvm/AddLLVM.cmake:1195 (add_lit_target) compiler-rt/test/tsan/CMakeLists.txt:46 (add_lit_testsuite) I'm assuming there's some systemic problem with the way I'm holding this (if it's working for other people)? - Dave > > -Chris > > > include_directories(../rtl) > > add_custom_target(TsanUnitTests) > set_target_properties(TsanUnitTests PROPERTIES >...
2017 Nov 25
2
PSA: debuginfo-tests workflow changing slightly
...tests in either clang/test or llvm/projects. hth... don local:/Users/dhinton/projects/llvm_project/llvm/tools/clang $ git diff master diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index c1ac9e4f0f..8c2db7600d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -131,3 +131,7 @@ add_lit_testsuites(CLANG ${CMAKE_CURRENT_SOURCE_DIR} add_custom_target(clang-test) add_dependencies(clang-test check-clang) set_target_properties(clang-test PROPERTIES FOLDER "Clang tests") + +if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/debuginfo-tests/CMakeLists.txt") + add_subdirectory(debuginf...
2017 Dec 06
3
PSA: debuginfo-tests workflow changing slightly
...gt; >> local:/Users/dhinton/projects/llvm_project/llvm/tools/clang $ git diff master >> diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt >> index c1ac9e4f0f..8c2db7600d 100644 >> --- a/test/CMakeLists.txt >> +++ b/test/CMakeLists.txt >> @@ -131,3 +131,7 @@ add_lit_testsuites(CLANG ${CMAKE_CURRENT_SOURCE_DIR} >> add_custom_target(clang-test) >> add_dependencies(clang-test check-clang) >> set_target_properties(clang-test PROPERTIES FOLDER "Clang tests") >> + >> +if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/debuginfo-tests/CMake...
2017 Dec 06
2
PSA: debuginfo-tests workflow changing slightly
...hth... > don > > > local:/Users/dhinton/projects/llvm_project/llvm/tools/clang $ git diff master > diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt > index c1ac9e4f0f..8c2db7600d 100644 > --- a/test/CMakeLists.txt > +++ b/test/CMakeLists.txt > @@ -131,3 +131,7 @@ add_lit_testsuites(CLANG ${CMAKE_CURRENT_SOURCE_DIR} > add_custom_target(clang-test) > add_dependencies(clang-test check-clang) > set_target_properties(clang-test PROPERTIES FOLDER "Clang tests") > + > +if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/debuginfo-tests/CMakeLists.txt") &gt...
2017 Mar 11
2
Use of host/target compiler when building compiler-rt
...t; of target "check-tsan" does not > exist. > Call Stack (most recent call first): > > /usr/local/google/home/blaikie/dev/llvm/build/clang/debug/split/notypes/nostandalone/lib/cmake/llvm/AddLLVM.cmake:1195 > (add_lit_target) > compiler-rt/test/tsan/CMakeLists.txt:46 (add_lit_testsuite) > > > I'm assuming there's some systemic problem with the way I'm holding this > (if it's working for other people)? > > - Dave > > > > -Chris > > > include_directories(../rtl) > > add_custom_target(TsanUnitTests) > set_target_propert...
2017 Mar 09
2
Use of host/target compiler when building compiler-rt
On Wed, Mar 8, 2017 at 3:23 PM Chris Bieneman <beanz at apple.com> wrote: > On Mar 8, 2017, at 3:16 PM, David Blaikie <dblaikie at gmail.com> wrote: > > > > On Wed, Mar 8, 2017 at 2:55 PM Chris Bieneman <beanz at apple.com> wrote: > > David, > > This is an area that has had a lot of development over the last two years. > > There are two supported
2017 Nov 22
2
PSA: debuginfo-tests workflow changing slightly
I sorta enjoy debugging stuff like this, so if you don't mind, I'll dig into it once I get a chance -- traveling so, my access is a bit sketchy right now. I'll see if I can grab the logs and let you know if I find anything interesting. On Tue, Nov 21, 2017 at 7:04 PM, Zachary Turner <zturner at google.com> wrote: > That change was added specifically to workaround a failure