summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/asan/tests/CMakeLists.txt')
-rw-r--r--compiler-rt/lib/asan/tests/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/asan/tests/CMakeLists.txt b/compiler-rt/lib/asan/tests/CMakeLists.txt
index c45d35b55a2..3e56763a804 100644
--- a/compiler-rt/lib/asan/tests/CMakeLists.txt
+++ b/compiler-rt/lib/asan/tests/CMakeLists.txt
@@ -47,8 +47,6 @@ else()
endif()
if(MSVC)
list(APPEND ASAN_UNITTEST_COMMON_CFLAGS -gcodeview)
- # Incremental linking appears to break our global registration mechanism.
- list(APPEND ASAN_UNITTEST_COMMON_LINKFLAGS -Wl,-incremental:no)
endif()
list(APPEND ASAN_UNITTEST_COMMON_LINKFLAGS -g)
OpenPOWER on IntegriCloud