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 33f5896 commit 5656192Copy full SHA for 5656192
clang/lib/CodeGen/CGHLSLRuntime.cpp
@@ -288,7 +288,8 @@ void CGHLSLRuntime::finishCodeGen() {
288
if (T.getArch() == Triple::ArchType::dxil)
289
addDxilValVersion(TargetOpts.DxilValidatorVersion, M);
290
if (LangOpts.NativeHalfType)
291
- M.setModuleFlag(llvm::Module::ModFlagBehavior::Error, "dx.nativelowprec", 1);
+ M.setModuleFlag(llvm::Module::ModFlagBehavior::Error, "dx.nativelowprec",
292
+ 1);
293
294
generateGlobalCtorDtorCalls();
295
}
0 commit comments