aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2022-11-29 09:04:00 -0800
committerKazu Hirata <kazu@google.com>2022-11-29 09:04:00 -0800
commitdbb11309665fdf7d411d25cc8f2e6a0c8f658143 (patch)
treeca260fbb14af6d3cdf57165198a13bf67a67e651 /llvm/lib/CodeGen/CMakeLists.txt
parent7b5d5250be3e42d388d85e28ec31656c463f0d34 (diff)
downloadllvm-dbb11309665fdf7d411d25cc8f2e6a0c8f658143.zip
llvm-dbb11309665fdf7d411d25cc8f2e6a0c8f658143.tar.gz
llvm-dbb11309665fdf7d411d25cc8f2e6a0c8f658143.tar.bz2
Revert "Use-after-return sanitizer binary metadata"
This reverts commit a1255dc467f7ce57a966efa76bbbb4ee91d9115a. This patch results in: llvm/lib/CodeGen/SanitizerBinaryMetadata.cpp:57:17: error: no member named 'size' in 'llvm::MDTuple'
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