Skip to content

Commit c805df6

Browse files
authored
[NFC][clang][HIP] Remove flag from SPIR-V Translator invocation (#122995)
Remove spurious `--spirv-allow-extra-diexpressions` flag from the translator invocation, as it's already implied by using `nonsemantic-shader-200`.
1 parent c70f246 commit c805df6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Driver/ToolChains/HIPAMD.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ void AMDGCN::Linker::constructLinkAndEmitSpirvCommand(
176176
llvm::opt::ArgStringList TrArgs{
177177
"--spirv-max-version=1.6",
178178
"--spirv-ext=+all",
179-
"--spirv-allow-extra-diexpressions",
180179
"--spirv-allow-unknown-intrinsics",
181180
"--spirv-lower-const-expr",
182181
"--spirv-preserve-auxdata",

0 commit comments

Comments
 (0)