summaryrefslogtreecommitdiffstats
path: root/clang/lib/FrontendTool
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-12-12 23:05:47 +0000
committerChad Rosier <mcrosier@apple.com>2011-12-12 23:05:47 +0000
commitc4399f779b3323efa8b845369b6154a626a38eac (patch)
tree7e08f50c1f7a0a27dc6ce4fcf6b092dea3564998 /clang/lib/FrontendTool
parent2eb3ade08916bece705082ca9d2b148361484aab (diff)
downloadbcm5719-llvm-c4399f779b3323efa8b845369b6154a626a38eac.tar.gz
bcm5719-llvm-c4399f779b3323efa8b845369b6154a626a38eac.zip
Add frontend flags to enable bitcode verifier pass.
llvm-svn: 146441
Diffstat (limited to 'clang/lib/FrontendTool')
-rw-r--r--clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
index fec12e3b11d..52c5624c164 100644
--- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
+++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
@@ -43,6 +43,7 @@ static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) {
case DumpTokens: return new DumpTokensAction();
case EmitAssembly: return new EmitAssemblyAction();
case EmitBC: return new EmitBCAction();
+ case EmitBCVerify: return new EmitBCVerifyAction();
case EmitHTML: return new HTMLPrintAction();
case EmitLLVM: return new EmitLLVMAction();
case EmitLLVMOnly: return new EmitLLVMOnlyAction();
OpenPOWER on IntegriCloud