Skip to content

Commit 8b700a7

Browse files
committed
Allow both static and shared
Created using spr 1.3.4
1 parent e9897d9 commit 8b700a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/fuzzer/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ test_fuzzer("default")
7575
if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
7676
if(LIBCXX_ENABLE_STATIC)
7777
test_fuzzer("static-libc++" DEPS cxx_static)
78+
endif()
7879
if(LIBCXX_ENABLE_SHARED)
7980
test_fuzzer("libc++" DEPS cxx_shared)
8081
endif()

0 commit comments

Comments
 (0)