aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
diff options
context:
space:
mode:
authorThurston Dang <thurston@google.com>2023-05-24 20:19:34 +0000
committerThurston Dang <thurston@google.com>2023-05-25 00:12:44 +0000
commit5be5746b6eac315866ddf53c20e21decc30ce682 (patch)
treeabec826678e3033932f6da967bd520ea7b2d1edf /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
parent8826cd57825d829121ad7fb73fab0a6cf30f29f6 (diff)
downloadllvm-5be5746b6eac315866ddf53c20e21decc30ce682.zip
llvm-5be5746b6eac315866ddf53c20e21decc30ce682.tar.gz
llvm-5be5746b6eac315866ddf53c20e21decc30ce682.tar.bz2
hwasan: refactor order of macros in hwasan_platform_interceptors.h [NFC]
Currently, the header file contains all the undefs, followed by all the define X 0. This will be inconvenient for re-enabling interceptors, because we would need to comment out (or delete) the corresponding macros in two different places. This patch groups together the macros for each function. Additionally, it adds the suggestion that interceptors should be re-enabled by commenting out (not deleting) the macros. Differential Revision: https://reviews.llvm.org/D151371
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions