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 4c710e4 commit 67e1c65Copy full SHA for 67e1c65
offload/DeviceRTL/CMakeLists.txt
@@ -119,6 +119,7 @@ function(compileDeviceRTLLibrary target_name target_triple)
119
set(outfile "${outfile}-${target_name}.bc")
120
set(depfile "${outfile}.d")
121
122
+ # Passing an empty CPU to -march= suppressed target specific metadata.
123
add_custom_command(OUTPUT ${outfile}
124
COMMAND ${CLANG_TOOL}
125
${bc_flags}
0 commit comments