Disabling threads makes <atomic> unusable, but this is needed by LLVM
libraries that are dependencies of the symbolizer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This was discovered after landing D44773 when the builder starting failing on this line: https://reviews.llvm.org/source/libcxx/browse/libcxx/trunk/include/atomic;329545$553
compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh | ||
---|---|---|
106 ↗ | (On Diff #141590) | We need to watch for http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux |
compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh | ||
---|---|---|
106 ↗ | (On Diff #141590) | You were right, I ran everything end-to-end and global_symbols.txt indeed needed updating. |