Skip to content

Commit 1c6bc04

Browse files
[compiler-rt][nsan] cmake cleanup (#98224)
CMake cleanup. NFC.
1 parent e5aa799 commit 1c6bc04

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler-rt/lib/nsan/tests/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ set(NSAN_UNITTESTS
2323

2424
add_custom_target(NsanUnitTests)
2525

26-
# set(NSAN_UNITTEST_LINK_FLAGS ${COMPILER_RT_UNITTEST_LINK_FLAGS} -ldl)
27-
# list(APPEND NSAN_UNITTEST_LINK_FLAGS --driver-mode=g++)
28-
2926
if(COMPILER_RT_DEFAULT_TARGET_ARCH IN_LIST NSAN_SUPPORTED_ARCH)
3027
# NSan unit tests are only run on the host machine.
3128
set(arch ${COMPILER_RT_DEFAULT_TARGET_ARCH})

0 commit comments

Comments
 (0)