Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update clang tests for new LLVM IR backslash printing in r374415 | Reid Kleckner | 2019-10-10 | 1 | -4/+4 |
| | | | | llvm-svn: 374416 | ||||
* | [ubsan] Add -fsanitize-undefined-strip-path-components=N | Filipe Cabecinhas | 2016-05-12 | 1 | -0/+29 |
Summary: This option allows the user to control how much of the file name is emitted by UBSan. Tuning this option allows one to save space in the resulting binary, which is helpful for restricted execution environments. With a positive N, UBSan skips the first N path components. With a negative N, UBSan only keeps the last N path components. Reviewers: rsmith Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D19666 llvm-svn: 269309 |