From be21cd0f07726045367861d3882d18ef30f6a30c Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 11 Jun 2010 22:43:38 +0000 Subject: Driver: Switch Compilation to return the translated arguments by default. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105844 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Driver/Driver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Driver/Driver.cpp') diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp index 4663fb9502..2ca30f1bac 100644 --- a/lib/Driver/Driver.cpp +++ b/lib/Driver/Driver.cpp @@ -198,7 +198,7 @@ Compilation *Driver::BuildCompilation(int argc, const char **argv) { // FIXME: This behavior shouldn't be here. if (CCCPrintOptions) { - PrintOptions(C->getArgs()); + PrintOptions(C->getInputArgs()); return C; } -- cgit v1.2.3-18-g5258