diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-09-09 21:10:35 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-09-09 21:10:35 +0000 |
commit | 432d3d2619be3c9c9bf7c727cffc68f11e18fd43 (patch) | |
tree | 653825ec2517eb689536144b5b27cc9f8e673f72 /clang/test/CodeGen/dwarf-version.c | |
parent | def8d5fcd4bf9dbf76ae63a797ca9bba0e182f91 (diff) | |
download | bcm5719-llvm-432d3d2619be3c9c9bf7c727cffc68f11e18fd43.tar.gz bcm5719-llvm-432d3d2619be3c9c9bf7c727cffc68f11e18fd43.zip |
Debug info: Bump the default DWARF version on Darwin to 4.
This is a spiritual re-commit of r201375 with only a brief delay
for upgrading the green dragon builders.
llvm-svn: 281094
Diffstat (limited to 'clang/test/CodeGen/dwarf-version.c')
-rw-r--r-- | clang/test/CodeGen/dwarf-version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/dwarf-version.c b/clang/test/CodeGen/dwarf-version.c index 2171ed6ad97..49c230d536a 100644 --- a/clang/test/CodeGen/dwarf-version.c +++ b/clang/test/CodeGen/dwarf-version.c @@ -4,7 +4,7 @@ // RUN: %clang -target x86_64-linux-gnu -gdwarf-5 -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER5 // RUN: %clang -target x86_64-linux-gnu -g -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER4 // RUN: %clang -target x86_64-linux-gnu -gdwarf -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER4 -// RUN: %clang -target x86_64-apple-darwin -g -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER2 +// RUN: %clang -target x86_64-apple-darwin -g -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER4 // RUN: %clang -target powerpc-unknown-openbsd -g -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER2 // RUN: %clang -target powerpc-unknown-freebsd -g -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER2 // RUN: %clang -target i386-pc-solaris -g -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER2 |