diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-10-17 19:46:26 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-10-17 19:46:26 +0000 |
commit | 119a998ae3895ff360fc2ddb32f387927dbb2a33 (patch) | |
tree | 002ae6328cfb292b81601f33ebbf7a3d762b1904 | |
parent | d50d56c774c37df460f5c4f1f33c48d4bb326545 (diff) | |
download | bcm5719-llvm-119a998ae3895ff360fc2ddb32f387927dbb2a33.tar.gz bcm5719-llvm-119a998ae3895ff360fc2ddb32f387927dbb2a33.zip |
Update testcase for r284416.
llvm-svn: 284417
-rw-r--r-- | clang/test/CodeGen/dwarf-version.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGen/dwarf-version.c b/clang/test/CodeGen/dwarf-version.c index 49c230d536a..03bb3496892 100644 --- a/clang/test/CodeGen/dwarf-version.c +++ b/clang/test/CodeGen/dwarf-version.c @@ -4,7 +4,8 @@ // 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=VER4 +// RUN: %clang -target x86_64-apple-macosx10.11 -g -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 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 |