summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
Commit message (Collapse)AuthorAgeFilesLines
* [sanitizer] Support monorepo layout in symbolizer build scriptVitaly Buka2019-08-291-6/+21
| | | | llvm-svn: 370288
* [sanitizer] Resubmit D66620 from monorepoTaewook Oh2019-08-221-1/+2
| | | | | | | | | | | | | | | | Summary: https://reviews.llvm.org/D66620 is accepted but was based on the multi-repo setup, so I was not able to `arc patch` it. Resubmit the diff under monorepo Committed on behalf of @sugak (Igor Sugak) Reviewers: sugak Subscribers: #sanitizers, llvm-commits, vitalybuka Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D66624 llvm-svn: 369716
* Build symbolizer runtime with C++14.Peter Collingbourne2019-08-191-1/+1
| | | | | | Should hopefully fix sanitizer-x86_64-linux bot. llvm-svn: 369290
* compiler-rt: Rename .cc file in lib/sanitizer_common/symbolizer to .cppNico Weber2019-07-311-1/+1
| | | | llvm-svn: 367471
* [sanitizer] Enable threads for libc++ build used by the symbolizerPetr Hosek2018-04-101-2/+0
| | | | | | | | | Disabling threads makes <atomic> unusable, but this is needed by LLVM libraries that are dependencies of the symbolizer. Differential Revision: https://reviews.llvm.org/D45424 llvm-svn: 329672
* Build LLVMDemangle from build_symbolizer.shEugene Zemtsov2018-03-081-1/+1
| | | | | | Symbolizer now depends on internal implementation of itaniumDemangle. llvm-svn: 326987
* Add Demangle lib into internalization listEugene Zemtsov2018-03-081-0/+1
| | | | | | Symbolizer now depends on internal implementation of itaniumDemangle. llvm-svn: 326983
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-261-1/+1
| | | | | | "in in" -> "in", "on on" -> "on" etc. llvm-svn: 323510
* [sanitizer] Fix internal symbolized build on Debian 9Vitaly Buka2017-10-261-2/+2
| | | | llvm-svn: 316637
* [sanitizer] Fix symbolizer build after r304864.Evgeniy Stepanov2017-06-071-1/+2
| | | | | | | r304864 moved code into a new BinaryFormat library. Update the symbolizer build script. llvm-svn: 304930
* [sanitizers] Fix formatting of the shell script.Vitaly Buka2017-02-161-10/+10
| | | | llvm-svn: 295299
* Extract *.a to *.bc conversion into separate script.Vitaly Buka2017-02-161-17/+14
| | | | | | | | | | Reviewers: eugenis Subscribers: llvm-commits, kubamracek Differential Revision: https://reviews.llvm.org/D30013 llvm-svn: 295272
* scripts: Document existing problems with the symbolizer build script.Peter Collingbourne2016-10-241-0/+6
| | | | | | | | | | Reviewers: eugenis, vitalybuka Subscribers: llvm-commits, kubabrecka Differential Revision: https://reviews.llvm.org/D25846 llvm-svn: 285013
* [sanitizers] -Wno-macro-redefined for libc++ buildVitaly Buka2016-10-141-1/+1
| | | | llvm-svn: 284258
* Support configurable path to LLVM srcVitaly Buka2016-10-041-4/+3
| | | | llvm-svn: 283166
* Limit script to sanitizers as SCUDO does not pass tests if we add symbolizerVitaly Buka2016-09-291-1/+1
| | | | llvm-svn: 282694
* Move verbose clang binaries detectionVitaly Buka2016-09-291-12/+11
| | | | llvm-svn: 282682
* Add build script for symbolizer which can be linked into instrumented process.Vitaly Buka2016-09-281-0/+183
Reviewers: eugenis Subscribers: llvm-commits, kubabrecka Differential Revision: https://reviews.llvm.org/D24974 llvm-svn: 282617
OpenPOWER on IntegriCloud