[compiler-rt] 4c58f33 - [NFC][scudo] Add test header int CMake file
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 2 14:42:14 PDT 2021
Author: Vitaly Buka
Date: 2021-04-02T14:38:02-07:00
New Revision: 4c58f333f141e2f6d20ce165223a2362a90fbf45
URL: https://github.com/llvm/llvm-project/commit/4c58f333f141e2f6d20ce165223a2362a90fbf45
DIFF: https://github.com/llvm/llvm-project/commit/4c58f333f141e2f6d20ce165223a2362a90fbf45.diff
LOG: [NFC][scudo] Add test header int CMake file
Added:
Modified:
compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
Removed:
################################################################################
diff --git a/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt b/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
index 88b7227f4fcbc..1545c00378fbf 100644
--- a/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
+++ b/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
@@ -37,7 +37,9 @@ list(APPEND LINK_FLAGS -pthread)
# Linking against libatomic is required with some compilers
list(APPEND LINK_FLAGS -latomic)
-set(SCUDO_TEST_HEADERS)
+set(SCUDO_TEST_HEADERS
+ scudo_unit_test.h
+ )
foreach (header ${SCUDO_HEADERS})
list(APPEND SCUDO_TEST_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/../${header})
endforeach()
More information about the llvm-commits
mailing list