summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/hwasan-new-pm.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix bots by adding target triple to test.Leonard Chan2019-05-141-12/+12
| | | | llvm-svn: 360720
* [NewPM] Port HWASan and Kernel HWASanLeonard Chan2019-05-141-0/+34
Port hardware assisted address sanitizer to new PM following the same guidelines as msan and tsan. Changes: - Separate HWAddressSanitizer into a pass class and a sanitizer class. - Create new PM wrapper pass for the sanitizer class. - Use the getOrINsert pattern for some module level initialization declarations. - Also enable kernel-kwasan in new PM - Update llvm tests and add clang test. Differential Revision: https://reviews.llvm.org/D61709 llvm-svn: 360707
OpenPOWER on IntegriCloud