search for: add_lit_target

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

2017 Mar 09
2
Use of host/target compiler when building compiler-rt
...m/build/clang/debug/split/notypes/nostandalone/lib/cmake/llvm/AddLLVM.cmake:1174 > (add_dependencies): > The dependency target "GotsanRuntimeCheck" of target "check-runtimes" > does > not exist. > Call Stack (most recent call first): > CMakeLists.txt:110 (add_lit_target) > > Any ideas? > > > I have never encountered that issue. It looks like the tsan test code is > out of sync. If you go into tsan/test/CMakeLists.txt and on Line 2 add this > to the if statement "AND TARGET GotsanRuntimeCheck" that should fix the > issue. > >...
2018 Feb 17
2
Configuring LLVM v6.0 RC2 on Windows
...t had a chance to try on Linux), I get a series of errors such as this: CMake Error at cmake/modules/AddLLVM.cmake:1333 (add_dependencies): The dependency target "(" of target "check-all" does not exist. Call Stack (most recent call first): CMakeLists.txt:937 (add_lit_target) Any ideas on what might be causing this? My invocation of CMake is as follows: cmake -Wno-dev -G "Visual Studio 14 2015 Win64" ../llvm \ "-DLLVM_TARGETS_TO_BUILD=SHAVE;X86 " \ -DLLVM_DEFAULT_TARGET_TRIPLE=shave \ -DLIBCLANG_BUILD_STATIC=1 \ -...
2017 Mar 09
2
Use of host/target compiler when building compiler-rt
...m/build/clang/debug/split/notypes/nostandalone/lib/cmake/llvm/AddLLVM.cmake:1174 > (add_dependencies): > The dependency target "GotsanRuntimeCheck" of target "check-runtimes" > does > not exist. > Call Stack (most recent call first): > CMakeLists.txt:110 (add_lit_target) > > Any ideas? > > > I have never encountered that issue. It looks like the tsan test code is > out of sync. If you go into tsan/test/CMakeLists.txt and on Line 2 add this > to the if statement "AND TARGET GotsanRuntimeCheck" that should fix the > issue. > Hrm...
2017 Mar 11
2
Use of host/target compiler when building compiler-rt
...m/build/clang/debug/split/notypes/nostandalone/lib/cmake/llvm/AddLLVM.cmake:1174 > (add_dependencies): > The dependency target "GotsanRuntimeCheck" of target "check-runtimes" > does > not exist. > Call Stack (most recent call first): > CMakeLists.txt:110 (add_lit_target) > > Any ideas? > > > I have never encountered that issue. It looks like the tsan test code is > out of sync. If you go into tsan/test/CMakeLists.txt and on Line 2 add this > to the if statement "AND TARGET GotsanRuntimeCheck" that should fix the > issue. > >...
2018 Mar 17
0
Building issue at configure step on ARM host (AddLLVM.cmake)
...mbols (liblldb): exporting all symbols from the lldb namespace -- Configuring done CMake Error at cmake/modules/AddLLVM.cmake:1198 (add_dependencies): The dependency target "profile" of target "check-all" does not exist. Call Stack (most recent call first): CMakeLists.txt:925 (add_lit_target) CMake Error 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...
2018 Feb 18
0
Configuring LLVM v6.0 RC2 on Windows
...ry on Linux), I get a series of errors such as this: > > CMake Error at cmake/modules/AddLLVM.cmake:1333 (add_dependencies): > The dependency target "(" of target "check-all" does not exist. > Call Stack (most recent call first): > CMakeLists.txt:937 (add_lit_target) > > Any ideas on what might be causing this? My invocation of CMake is as follows: > > cmake -Wno-dev -G "Visual Studio 14 2015 Win64" ../llvm \ > "-DLLVM_TARGETS_TO_BUILD=SHAVE;X86 " \ > -DLLVM_DEFAULT_TARGET_TRIPLE=shave \ > -DLIBCLAN...
2017 Mar 08
2
Use of host/target compiler when building compiler-rt
...al/google/home/blaikie/dev/llvm/build/clang/debug/split/notypes/nostandalone/lib/cmake/llvm/AddLLVM.cmake:1174 (add_dependencies): The dependency target "GotsanRuntimeCheck" of target "check-runtimes" does not exist. Call Stack (most recent call first): CMakeLists.txt:110 (add_lit_target) Any ideas? > > The second path also works for many (but not all) of our other runtime > library projects. I know it works for libcxx, libcxxabi, and > libunwind. Petr Hosek (CC'd) has also been working on support for > multi-arch builtin and runtime library builds so that you...
2017 Mar 08
4
Use of host/target compiler when building compiler-rt
On Wed, Mar 8, 2017 at 2:03 PM Sterling Augustine <saugustine at google.com> wrote: > Yes, this is a aspect of the larger problem that clang bootstrap doesn't > work for a cross-compiler. The build (mostly?) assumes that host==target > during the build of clang itself, and then if you want another architecture > also, you run a second build of the target libraries, and