We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5aa799 commit 1c6bc04Copy full SHA for 1c6bc04
compiler-rt/lib/nsan/tests/CMakeLists.txt
@@ -23,9 +23,6 @@ set(NSAN_UNITTESTS
23
24
add_custom_target(NsanUnitTests)
25
26
-# set(NSAN_UNITTEST_LINK_FLAGS ${COMPILER_RT_UNITTEST_LINK_FLAGS} -ldl)
27
-# list(APPEND NSAN_UNITTEST_LINK_FLAGS --driver-mode=g++)
28
-
29
if(COMPILER_RT_DEFAULT_TARGET_ARCH IN_LIST NSAN_SUPPORTED_ARCH)
30
# NSan unit tests are only run on the host machine.
31
set(arch ${COMPILER_RT_DEFAULT_TARGET_ARCH})
0 commit comments