File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 "subrepo" : " llvm/llvm-project" ,
77 "branch" : " main" ,
88 "subdir" : " third_party/llvm" ,
9- "commit" : " 2e637dbbb8bc9a41f8eabd1df347ca2559b1abd7 "
9+ "commit" : " 4a2ebd6661cf1c929c280e863e4299164800413e "
1010 },
1111 {
1212 "name" : " SPIRV-Headers" ,
Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ int SetCompilerInstanceOptions(
416416 instance.getTargetOpts ().Triple = triple.str ();
417417
418418 instance.getCodeGenOpts ().MainFileName = overiddenInputFilename.str ();
419- instance.getCodeGenOpts ().PreserveVec3Type = true ;
419+ instance.getLangOpts ().PreserveVec3Type = true ;
420420 // Disable generation of lifetime intrinsic.
421421 instance.getCodeGenOpts ().DisableLifetimeMarkers = true ;
422422 if (InputLanguage == clang::Language::OpenCL) {
You can’t perform that action at this time.
0 commit comments