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)
104104
105105 list (TRANSFORM ARGN PREPEND "${CMAKE_CURRENT_SOURCE_DIR} /" OUTPUT_VARIABLE files )
106106
107- if (NOT TARGET libc)
108- message (WARNING "Cannot run conformance tests without the LLVM C library" )
109- return ()
110- endif ()
111-
112107 add_executable (${target_name} ${files} )
113108 add_dependencies (${target_name} conformance_device_binaries)
114109 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+
16add_conformance_test(acosf AcosfTest.cpp)
27add_conformance_test(acoshf AcoshfTest.cpp)
38add_conformance_test(asinf AsinfTest.cpp)
You can’t perform that action at this time.
0 commit comments