[compiler-rt] 51fa9e0 - [NFC][scudo] Add memtag.h into CMake file
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 29 22:12:40 PDT 2021
Author: Vitaly Buka
Date: 2021-03-29T22:12:20-07:00
New Revision: 51fa9e0fd9846eb4bb65d2bee13de51fd6b2cea4
URL: https://github.com/llvm/llvm-project/commit/51fa9e0fd9846eb4bb65d2bee13de51fd6b2cea4
DIFF: https://github.com/llvm/llvm-project/commit/51fa9e0fd9846eb4bb65d2bee13de51fd6b2cea4.diff
LOG: [NFC][scudo] Add memtag.h into CMake file
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 5ed7eb4974c1..a88b66da6628 100644
--- a/compiler-rt/lib/scudo/standalone/CMakeLists.txt
+++ b/compiler-rt/lib/scudo/standalone/CMakeLists.txt
@@ -68,6 +68,7 @@ set(SCUDO_HEADERS
linux.h
list.h
local_cache.h
+ memtag.h
mutex.h
platform.h
primary32.h
More information about the llvm-commits
mailing list