[compiler-rt] bd04d78 - [cmake][scudo] Add missing headers
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri May 28 02:06:38 PDT 2021
Author: Vitaly Buka
Date: 2021-05-28T02:06:14-07:00
New Revision: bd04d78d649bec9b0e10c42d7dcf48af38c3b8f4
URL: https://github.com/llvm/llvm-project/commit/bd04d78d649bec9b0e10c42d7dcf48af38c3b8f4
DIFF: https://github.com/llvm/llvm-project/commit/bd04d78d649bec9b0e10c42d7dcf48af38c3b8f4.diff
LOG: [cmake][scudo] Add missing headers
Added:
Modified:
compiler-rt/lib/scudo/standalone/CMakeLists.txt
Removed:
################################################################################
diff --git a/compiler-rt/lib/scudo/standalone/CMakeLists.txt b/compiler-rt/lib/scudo/standalone/CMakeLists.txt
index eaf39b22aa33..8c3708d3a45f 100644
--- a/compiler-rt/lib/scudo/standalone/CMakeLists.txt
+++ b/compiler-rt/lib/scudo/standalone/CMakeLists.txt
@@ -52,6 +52,7 @@ set(SCUDO_HEADERS
checksum.h
chunk.h
combined.h
+ common.h
flags_parser.h
flags.h
fuchsia.h
@@ -61,6 +62,7 @@ set(SCUDO_HEADERS
local_cache.h
memtag.h
mutex.h
+ options.h
platform.h
primary32.h
primary64.h
@@ -69,6 +71,7 @@ set(SCUDO_HEADERS
report.h
secondary.h
size_class_map.h
+ stack_depot.h
stats.h
string_utils.h
tsd_exclusive.h
More information about the llvm-commits
mailing list