aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorMarco Elver <elver@google.com>2022-11-30 23:35:50 +0100
committerMarco Elver <elver@google.com>2022-11-30 23:35:50 +0100
commitb95646fe7058471cc0ecda1efa25003009af0317 (patch)
tree4f617d1325e4efe6396d9820b583cd2540343975 /llvm/lib/CodeGen/CMakeLists.txt
parentdab9938faa0485f4789a0c9fde4fc36eda23a7d2 (diff)
downloadllvm-b95646fe7058471cc0ecda1efa25003009af0317.zip
llvm-b95646fe7058471cc0ecda1efa25003009af0317.tar.gz
llvm-b95646fe7058471cc0ecda1efa25003009af0317.tar.bz2
Revert "Use-after-return sanitizer binary metadata"
This reverts commit d3c851d3fc8b69dda70bf5f999c5b39dc314dd73. Some bots broke: - https://luci-milo.appspot.com/ui/p/fuchsia/builders/toolchain.ci/clang-linux-x64/b8796062278266465473/overview - https://lab.llvm.org/buildbot/#/builders/124/builds/5759/steps/7/logs/stdio
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