Skip to content

Commit a67fba5

Browse files
committed
Reorder statements to minimize diff
Created using spr 1.3.4
1 parent 8b700a7 commit a67fba5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler-rt/test/fuzzer/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ endmacro()
7373

7474
test_fuzzer("default")
7575
if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
76-
if(LIBCXX_ENABLE_STATIC)
77-
test_fuzzer("static-libc++" DEPS cxx_static)
78-
endif()
7976
if(LIBCXX_ENABLE_SHARED)
8077
test_fuzzer("libc++" DEPS cxx_shared)
8178
endif()
79+
if(LIBCXX_ENABLE_STATIC)
80+
test_fuzzer("static-libc++" DEPS cxx_static)
81+
endif()
8282
endif()
8383

8484
if(LIBFUZZER_TESTSUITES)

0 commit comments

Comments
 (0)