diff options
author | Sami Tolvanen <samitolvanen@google.com> | 2022-08-24 19:26:05 +0000 |
---|---|---|
committer | Sami Tolvanen <samitolvanen@google.com> | 2022-08-24 19:30:13 +0000 |
commit | a79060e275440ccd8d403d5af5fb5b9395ea3fac (patch) | |
tree | 7d29f75ff6c6a0cd2ceba3945e7d7cc0951c1d79 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | dda38786534af733786c681e0c47b863e0626a0e (diff) | |
download | llvm-a79060e275440ccd8d403d5af5fb5b9395ea3fac.zip llvm-a79060e275440ccd8d403d5af5fb5b9395ea3fac.tar.gz llvm-a79060e275440ccd8d403d5af5fb5b9395ea3fac.tar.bz2 |
Revert "KCFI sanitizer"
This reverts commit 67504c95494ff05be2a613129110c9bcf17f6c13 as using
PointerEmbeddedInt to store 32 bits breaks 32-bit arm builds.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index cfa7e33..efd09d9 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -4612,9 +4612,6 @@ public: /// passing to a runtime sanitizer handler. llvm::Constant *EmitCheckSourceLocation(SourceLocation Loc); - void EmitKCFIOperandBundle(const CGCallee &Callee, - SmallVectorImpl<llvm::OperandBundleDef> &Bundles); - /// Create a basic block that will either trap or call a handler function in /// the UBSan runtime with the provided arguments, and create a conditional /// branch to it. |