Skip to content

Commit 7da9b77

Browse files
bcardosolopeslanza
authored andcommitted
[CIR][Driver] Fix silly Lang parsing mistake
1 parent fa95f01 commit 7da9b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Frontend/CompilerInvocation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2676,6 +2676,7 @@ static void GenerateFrontendArgs(const FrontendOptions &Opts,
26762676
break;
26772677
case Language::HLSL:
26782678
Lang = "hlsl";
2679+
break;
26792680
case Language::CIR:
26802681
Lang = "cir";
26812682
break;

0 commit comments

Comments
 (0)