This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Enable threads for libc++ build used by the symbolizer
ClosedPublic

Authored by phosek on Apr 9 2018, 12:42 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Apr 9 2018, 12:42 AM
Herald added subscribers: Restricted Project, llvm-commits, kubamracek. · View Herald Transcript

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

vitalybuka accepted this revision.Apr 9 2018, 1:05 PM
This revision is now accepted and ready to land.Apr 9 2018, 1:05 PM
vitalybuka added inline comments.Apr 9 2018, 1:09 PM
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
Maybe we needs to update global_symbols.txt

phosek updated this revision to Diff 141791.Apr 9 2018, 10:53 PM
phosek added inline comments.Apr 9 2018, 10:56 PM
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.

This revision was automatically updated to reflect the committed changes.