diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2018-05-07 20:54:05 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2018-05-07 20:54:05 +0000 |
commit | 374599cf232ac7683f5410355fddc484a8dc7c3d (patch) | |
tree | 08e65698ad9cc33b0a93e8542a2c61b524dfa884 /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | 7130a93934707ed10c1a1bab8b423e7c3123a30d (diff) | |
download | llvm-374599cf232ac7683f5410355fddc484a8dc7c3d.zip llvm-374599cf232ac7683f5410355fddc484a8dc7c3d.tar.gz llvm-374599cf232ac7683f5410355fddc484a8dc7c3d.tar.bz2 |
[CFI] Force LLVM to die if the implicit blacklist files cannot be found.
Currently LLVM CFI tries to use an implicit blacklist file, currently
in /usr/lib64/clang/<version>/share. If the file is not there, LLVM
happily continues, which causes CFI to add checks to files/functions
that are known to fail, generating binaries that fail. This CL causes
LLVM to die (I hope) if it can't find these implicit blacklist files.
Patch by Caroline Tice!
Differential Revision: https://reviews.llvm.org/D46403
llvm-svn: 331674
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions