Skip to content

Commit 67e1c65

Browse files
committed
update with comment
1 parent 4c710e4 commit 67e1c65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

offload/DeviceRTL/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ function(compileDeviceRTLLibrary target_name target_triple)
119119
set(outfile "${outfile}-${target_name}.bc")
120120
set(depfile "${outfile}.d")
121121

122+
# Passing an empty CPU to -march= suppressed target specific metadata.
122123
add_custom_command(OUTPUT ${outfile}
123124
COMMAND ${CLANG_TOOL}
124125
${bc_flags}

0 commit comments

Comments
 (0)