We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ca7a3 commit c78ae8aCopy full SHA for c78ae8a
amd/comgr/test/CMakeLists.txt
@@ -44,7 +44,7 @@ macro(add_test_input_bitcode name input output)
44
add_custom_command(
45
OUTPUT "${output}"
46
COMMAND "$<TARGET_FILE:clang>" -c -emit-llvm -target amdgcn-amd-amdhsa
47
- -mcpu=gfx900
+ -mcpu=gfx900 -nogpulib
48
${ARGN} "${CMAKE_CURRENT_SOURCE_DIR}/${input}"
49
-o "${output}"
50
VERBATIM
0 commit comments