aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2024-11-07 14:36:25 -0800
committerShoaib Meenai <smeenai@fb.com>2024-11-07 14:36:25 -0800
commitd6f7f57e206c39be3af09a2fbfb84ae8759bce99 (patch)
treefe96b10e812e6316d15e2a7864131f1e7ac60c1c /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
parent69d8e1ddf2088e42c3d71e2e6c036318b7f1ad1f (diff)
downloadllvm-users/smeenai/2/next.zip
llvm-users/smeenai/2/next.tar.gz
llvm-users/smeenai/2/next.tar.bz2
[ghstack-poisoned]
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
-rw-r--r--clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
index 60fde03..3f95a1e 100644
--- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
+++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
@@ -67,7 +67,7 @@ CreateFrontendBaseAction(CompilerInstance &CI) {
case EmitBC: return std::make_unique<EmitBCAction>();
case EmitCIR:
#if CLANG_ENABLE_CIR
- return std::make_unique<::cir::EmitCIRAction>();
+ return std::make_unique<cir::EmitCIRAction>();
#else
llvm_unreachable("CIR suppport not built into clang");
#endif