diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-03-11 21:05:26 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-03-11 21:05:26 +0000 |
commit | 29559b1efacd5c8bce1ae46365f2c986b2cc1298 (patch) | |
tree | befb38b04b845606d5f801d91c5fa07b8c967875 /clang/test/Driver/debug-options.c | |
parent | 7e1fd018a8c1a9e192616195419f41787c41249b (diff) | |
download | bcm5719-llvm-29559b1efacd5c8bce1ae46365f2c986b2cc1298.tar.gz bcm5719-llvm-29559b1efacd5c8bce1ae46365f2c986b2cc1298.zip |
Driver: Support -gmlt as an alias for -gline-tables-only
llvm-svn: 203603
Diffstat (limited to 'clang/test/Driver/debug-options.c')
-rw-r--r-- | clang/test/Driver/debug-options.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Driver/debug-options.c b/clang/test/Driver/debug-options.c index 2ea4990bd0a..48f686bb33e 100644 --- a/clang/test/Driver/debug-options.c +++ b/clang/test/Driver/debug-options.c @@ -33,6 +33,8 @@ // RUN: %clang -### -c -g -g0 %s 2>&1 | FileCheck -check-prefix=G_NO %s // RUN: %clang -### -c -ggdb0 %s 2>&1 | FileCheck -check-prefix=G_NO %s // +// RUN: %clang -### -c -gmlt %s 2>&1 \ +// RUN: | FileCheck -check-prefix=GLTO_ONLY %s // RUN: %clang -### -c -gline-tables-only %s 2>&1 \ // RUN: | FileCheck -check-prefix=GLTO_ONLY %s // RUN: %clang -### -c -gline-tables-only %s -target x86_64-apple-darwin 2>&1 \ |