search for: tsanunittests

Displaying 5 results from an estimated 5 matches for "tsanunittests".

2017 Mar 09
2
Use of host/target compiler when building compiler-rt
...me past that error, but (sorry I wasn't clear) it was only one of many errors. Here are the next... 5, say... CMake Error at /usr/local/google/home/blaikie/dev/llvm/build/clang/debug/split/notypes/nostandalone/lib/cmake/llvm/AddLLVM.cmake:1174 (add_dependencies): The dependency target "TsanUnitTests" of target "check-runtimes" does not exist. Call Stack (most recent call first): CMakeLists.txt:110 (add_lit_target) CMake Error at /usr/local/google/home/blaikie/dev/llvm/build/clang/debug/split/notypes/nostandalone/lib/cmake/llvm/AddLLVM.cmake:1174 (add_dependencies): The d...
2017 Mar 09
2
Use of host/target compiler when building compiler-rt
...his > to the if statement "AND TARGET GotsanRuntimeCheck" that should fix the > issue. > Hrm - not sure which CMakeLists.txt you're referring to? In my runtimes/compiler-rt/lib/tsan/tests/CMakeLists.txt the first few lines are: include_directories(../rtl) add_custom_target(TsanUnitTests) set_target_properties(TsanUnitTests PROPERTIES FOLDER "TSan unittests") no if condition I could modify? > > -Chris > > > > > The second path also works for many (but not all) of our other runtime > library projects. I know it works for libcxx, libcxxabi, and...
2017 Mar 11
2
Use of host/target compiler when building compiler-rt
...ry I wasn't clear) it was only > one of many errors. Here are the next... 5, say... > > CMake Error at > /usr/local/google/home/blaikie/dev/llvm/build/clang/debug/split/notypes/nostandalone/lib/cmake/llvm/AddLLVM.cmake:1174 > (add_dependencies): > The dependency target "TsanUnitTests" of target "check-runtimes" does not > exist. > Call Stack (most recent call first): > CMakeLists.txt:110 (add_lit_target) > > > CMake Error at > /usr/local/google/home/blaikie/dev/llvm/build/clang/debug/split/notypes/nostandalone/lib/cmake/llvm/AddLLVM.cmake...
2016 Sep 02
2
buildbot failure in LLVM on sanitizer-x86_64-linux-fast
> On Sep 1, 2016, at 9:20 PM, Greg Parker <gparker at apple.com> wrote: > >> On Sep 1, 2016, at 9:06 PM, llvm.buildmaster at lab.llvm.org wrote: >> >> The Buildbot has detected a new failure on builder sanitizer-x86_64-linux-fast while building llvm. >> Full details are available at: >>
2017 Mar 08
2
Use of host/target compiler when building compiler-rt
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 ways in the LLVM build system to build compiler-rt > with the just-built compiler. > > 1) The legacy way is for if compiler-rt is under LLVM/projects. You can > specify