Skip to content

Commit

Permalink
update cmd arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
VyacheslavLevytskyy committed Jan 31, 2025
1 parent 3af1be5 commit 8a0a03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/intel/lib/Target/SPIRV/SPIRVTranslation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ bool runSpirvBackend(Module *M, std::string &Result, std::string &ErrMsg,
static const std::string DefaultTriple = "spirv64v1.6-unknown-unknown";
static const std::vector<std::string> Opts{
"--avoid-spirv-capabilities", "Shader", "--translator-compatibility-mode",
"--spirv-ext=all", "- O3"};
"--spirv-ext=all", "-spirv-O3"};
static const std::vector<std::string> AllowExtNames;

// Correct the Triple value if needed
Expand Down

0 comments on commit 8a0a03e

Please sign in to comment.