aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-10-17 15:13:56 +0200
committerDmitry Vyukov <dvyukov@google.com>2022-12-05 14:40:31 +0100
commitdbe8c2c316c40b25a0a37b91f1a1a02a55182378 (patch)
tree2b98a17d1c5108794a663896dcc128beb75700b8 /llvm/lib/CodeGen/CMakeLists.txt
parentdbca874faa503f22110ed848eea019c8da90b7f4 (diff)
downloadllvm-dbe8c2c316c40b25a0a37b91f1a1a02a55182378.zip
llvm-dbe8c2c316c40b25a0a37b91f1a1a02a55182378.tar.gz
llvm-dbe8c2c316c40b25a0a37b91f1a1a02a55182378.tar.bz2
Use-after-return sanitizer binary metadata
Currently per-function metadata consists of: (start-pc, size, features) This adds a new UAR feature and if it's set an additional element: (start-pc, size, features, stack-args-size) Reviewed By: melver Differential Revision: https://reviews.llvm.org/D136078
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index db3b618..75b77ee 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/lib/CodeGen/CMakeLists.txt
@@ -197,6 +197,7 @@ add_llvm_component_library(LLVMCodeGen
RegisterBankInfo.cpp
SafeStack.cpp
SafeStackLayout.cpp
+ SanitizerBinaryMetadata.cpp
ScheduleDAG.cpp
ScheduleDAGInstrs.cpp
ScheduleDAGPrinter.cpp