summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/ubsan/ubsan_signals_standalone.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [compiler-rt] Use GetNextInstructionPc in signal handlersVitaly Buka2019-10-021-2/+3
| | | | | | | | | | | | | | | | | | Summary: All other stack trace callers assume that PC contains return address. HWAsan already use GetNextInstructionPc in similar code. PR43339 Reviewers: eugenis, kcc, jfb Subscribers: dexonsmith, dberris, #sanitizers, llvm-commits Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D68313 llvm-svn: 373529
* compiler-rt: Rename .cc files in lib/ubsan to .cpp.Nico Weber2019-07-311-0/+70
See https://reviews.llvm.org/D58620 for discussion, and for the commands I ran. In addition I also ran for f in $(svn diff | diffstat | grep .cc | cut -f 2 -d ' '); do rg $f . ; done and manually updated references to renamed files found by that. llvm-svn: 367452
OpenPOWER on IntegriCloud