Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hwasan: Untag global variable addresses in tests. | Peter Collingbourne | 2019-08-05 | 1 | -3/+5 |
| | | | | | | | | | | | | Once we start instrumenting globals, all addresses including those of string literals that we pass to the operating system will start being tagged. Since we can't rely on the operating system to be able to cope with these addresses, we need to untag them before passing them to the operating system. This change introduces a macro that does so and uses it everywhere it is needed. Differential Revision: https://reviews.llvm.org/D65768 llvm-svn: 367938 | ||||
* | More follow-up to r367851 | Nico Weber | 2019-08-05 | 1 | -1/+1 |
| | | | | llvm-svn: 367856 | ||||
* | compiler-rt: Rename cc files in test/hwasan/TestCases subdirectories as well | Nico Weber | 2019-08-05 | 1 | -0/+46 |
Should've been part of r367849. llvm-svn: 367851 |