File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -104,11 +104,6 @@ function(add_conformance_test test_name)
104
104
105
105
list (TRANSFORM ARGN PREPEND "${CMAKE_CURRENT_SOURCE_DIR} /" OUTPUT_VARIABLE files )
106
106
107
- if (NOT TARGET libc )
108
- message (WARNING "Cannot run conformance tests without the LLVM C library" )
109
- return ()
110
- endif ()
111
-
112
107
add_executable (${target_name} ${files} )
113
108
add_dependencies (${target_name} conformance_device_binaries )
114
109
target_compile_definitions (${target_name}
Original file line number Diff line number Diff line change
1
+ if (NOT TARGET libc )
2
+ message (WARNING "Cannot run conformance tests without the LLVM C library" )
3
+ return ()
4
+ endif ()
5
+
1
6
add_conformance_test (acosf AcosfTest.cpp )
2
7
add_conformance_test (acoshf AcoshfTest.cpp )
3
8
add_conformance_test (asinf AsinfTest.cpp )
You can’t perform that action at this time.
0 commit comments