summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/Object.cpp
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2018-01-25 21:28:51 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2018-01-25 21:28:51 +0000
commit31475a039a629f575f828c0c9bdc7a7d98e662b4 (patch)
tree026c0bc38130cf86a3a7c1ba6a1cabd4b80a3d08 /llvm/tools/llvm-objcopy/Object.cpp
parent6fd634b11b5be0126723acf30fe5c7c65c1cbee3 (diff)
downloadbcm5719-llvm-31475a039a629f575f828c0c9bdc7a7d98e662b4.tar.gz
bcm5719-llvm-31475a039a629f575f828c0c9bdc7a7d98e662b4.zip
[asan] Fix kernel callback naming in instrumentation module.
Right now clang uses "_n" suffix for some user space callbacks and "N" for the matching kernel ones. There's no need for this and it actually breaks kernel build with inline instrumentation. Use the same callback names for user space and the kernel (and also make them consistent with the names GCC uses). Patch by Andrey Konovalov. Differential Revision: https://reviews.llvm.org/D42423 llvm-svn: 323470
Diffstat (limited to 'llvm/tools/llvm-objcopy/Object.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud