aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-11-30 09:35:30 +0100
committerDmitry Vyukov <dvyukov@google.com>2022-11-30 09:38:56 +0100
commit0aedf9d7141fcae75956c651f1c2474db6862350 (patch)
treeb940dae19dd788033dc1121eef392627fc67b7b1 /llvm/lib/CodeGen/CMakeLists.txt
parentc069feb89c206f0584161f6b80601ba73e956d0a (diff)
downloadllvm-0aedf9d7141fcae75956c651f1c2474db6862350.zip
llvm-0aedf9d7141fcae75956c651f1c2474db6862350.tar.gz
llvm-0aedf9d7141fcae75956c651f1c2474db6862350.tar.bz2
Revert "Use-after-return sanitizer binary metadata"
This reverts commit e6aea4a5db09c845276ece92737a6aac97794100. Broke tests: https://lab.llvm.org/buildbot/#/builders/16/builds/38992
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index 35eb8ba..2289ea5 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/lib/CodeGen/CMakeLists.txt
@@ -196,7 +196,6 @@ add_llvm_component_library(LLVMCodeGen
RegisterBankInfo.cpp
SafeStack.cpp
SafeStackLayout.cpp
- SanitizerBinaryMetadata.cpp
ScheduleDAG.cpp
ScheduleDAGInstrs.cpp
ScheduleDAGPrinter.cpp