search for: gotsanruntimecheck

Displaying 9 results from an estimated 9 matches for "gotsanruntimecheck".

2016 Feb 02
7
[3.8 Release] RC2 has been tagged
Dear testers, Release Candidate 2 has just been tagged [1]. Please build, test, and upload to the sftp. I know there are still outstanding issues from RC1, but there have been a lot of merges going into the branch and I think it's time for another round of RC testing. This RC comes a little behind schedule, sorry about that, but I'm still optimistic about hitting the target of releasing
2017 Mar 09
2
Use of host/target compiler when building compiler-rt
...r-rt in runtimes instead of projects and > I got a bunch of cmake errors starting with: > > 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 "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 t...
2017 Mar 08
2
Use of host/target compiler when building compiler-rt
...said, I tried putting compiler-rt in runtimes instead of projects and I got a bunch of cmake errors starting with: 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 "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 &g...
2017 Mar 09
2
Use of host/target compiler when building compiler-rt
...r-rt in runtimes instead of projects and > I got a bunch of cmake errors starting with: > > 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 "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 t...
2017 Nov 27
2
Go Tsan check failure
...release/utils/lit/lit.site.cfg ~/wk/LLVM/build_release/utils/lit/tests [2/4] cd ~/wk/LLVM/llvm/projects/compiler-rt/lib/tsan/go && env "CC=/usr/bin/cc " IN_TMPDIR=1 SILENT=1 ~/wk/LLVM/llvm/projects/compiler-rt/lib/tsan/go/buildgo.sh FAILED: projects/compiler-rt/lib/tsan/CMakeFiles/GotsanRuntimeCheck cd ~/wk/LLVM/llvm/projects/compiler-rt/lib/tsan/go && env "CC=/usr/bin/cc " IN_TMPDIR=1 SILENT=1 ~/wk/LLVM/llvm/projects/compiler-rt/lib/tsan/go/buildgo.sh [3/4] cd ~/wk/LLVM/build_release/projects/compiler-rt/lib && env LLVM_CHECKOUT=~/wk/LLVM/llvm SILENT=1 TMPDIR= PYTHON...
2017 Nov 28
2
Go Tsan check failure
...LLVM/build_release/utils/lit/tests >> [2/4] cd ~/wk/LLVM/llvm/projects/compiler-rt/lib/tsan/go && env >> "CC=/usr/bin/cc " IN_TMPDIR=1 SILENT=1 >> ~/wk/LLVM/llvm/projects/compiler-rt/lib/tsan/go/buildgo.sh >> FAILED: projects/compiler-rt/lib/tsan/CMakeFiles/GotsanRuntimeCheck >> cd ~/wk/LLVM/llvm/projects/compiler-rt/lib/tsan/go && env >> "CC=/usr/bin/cc " IN_TMPDIR=1 SILENT=1 >> ~/wk/LLVM/llvm/projects/compiler-rt/lib/tsan/go/buildgo.sh >> [3/4] cd ~/wk/LLVM/build_release/projects/compiler-rt/lib && env >> LLVM_CH...
2017 Nov 28
1
Go Tsan check failure
...ts >>>> [2/4] cd ~/wk/LLVM/llvm/projects/compiler-rt/lib/tsan/go && env >>>> "CC=/usr/bin/cc " IN_TMPDIR=1 SILENT=1 >>>> ~/wk/LLVM/llvm/projects/compiler-rt/lib/tsan/go/buildgo.sh >>>> FAILED: projects/compiler-rt/lib/tsan/CMakeFiles/GotsanRuntimeCheck >>>> cd ~/wk/LLVM/llvm/projects/compiler-rt/lib/tsan/go && env >>>> "CC=/usr/bin/cc " IN_TMPDIR=1 SILENT=1 >>>> ~/wk/LLVM/llvm/projects/compiler-rt/lib/tsan/go/buildgo.sh >>>> [3/4] cd ~/wk/LLVM/build_release/projects/compiler-rt/lib...
2017 Mar 11
2
Use of host/target compiler when building compiler-rt
...r-rt in runtimes instead of projects and > I got a bunch of cmake errors starting with: > > 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 "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 t...
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