diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-04-13 16:03:00 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-04-13 16:03:00 +0000 |
commit | adfb842fc19b4f51f4cdce15bf556ef7a88373c0 (patch) | |
tree | ffa057a4609e8a39b1fc30012d188866bc9192d8 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | eba02fecdd3063960091de39853b07225d03381d (diff) | |
download | bcm5719-llvm-adfb842fc19b4f51f4cdce15bf556ef7a88373c0.tar.gz bcm5719-llvm-adfb842fc19b4f51f4cdce15bf556ef7a88373c0.zip |
Remove the -cc1-level option "-pubnames-dump". Such things should stay
out of the tree and use the tooling infrastructure.
llvm-svn: 154668
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
-rw-r--r-- | clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp index 20665051808..07d2b8d19f2 100644 --- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp +++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp @@ -72,7 +72,6 @@ static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) { case PrintDeclContext: return new DeclContextPrintAction(); case PrintPreamble: return new PrintPreambleAction(); case PrintPreprocessedInput: return new PrintPreprocessedAction(); - case PubnamesDump: return new PubnamesDumpAction(); case RewriteMacros: return new RewriteMacrosAction(); case RewriteObjC: return new RewriteObjCAction(); case RewriteTest: return new RewriteTestAction(); |