diff options
author | Alexander Eremin <alexander.r.eremin@gmail.com> | 2014-10-16 05:55:24 +0000 |
---|---|---|
committer | Alexander Eremin <alexander.r.eremin@gmail.com> | 2014-10-16 05:55:24 +0000 |
commit | 670c62770e0f3923602bdbb5aba7e4a7800b3ce1 (patch) | |
tree | 3324a7d633b964536252367c6fd48c147caeb349 /clang/test/Driver/debug-options.c | |
parent | 0f62c8d8f8338cbaeb1218e7c3b870439cebd4b9 (diff) | |
download | bcm5719-llvm-670c62770e0f3923602bdbb5aba7e4a7800b3ce1.tar.gz bcm5719-llvm-670c62770e0f3923602bdbb5aba7e4a7800b3ce1.zip |
specify dwarf version for Solaris
llvm-svn: 219901
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 a8fadb36e74..80a01d48e8c 100644 --- a/clang/test/Driver/debug-options.c +++ b/clang/test/Driver/debug-options.c @@ -51,6 +51,8 @@ // RUN: | FileCheck -check-prefix=G_ONLY_DWARF2 %s // RUN: %clang -### -c -gline-tables-only -g %s -target x86_64-pc-freebsd10.0 2>&1 \ // RUN: | FileCheck -check-prefix=G_ONLY_DWARF2 %s +// RUN: %clang -### -c -gline-tables-only -g %s -target i386-pc-solaris 2>&1 \ +// RUN: | FileCheck -check-prefix=G_ONLY_DWARF2 %s // RUN: %clang -### -c -gline-tables-only -g0 %s 2>&1 \ // RUN: | FileCheck -check-prefix=GLTO_NO %s // |