summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2010-02-15-DbgStaticVar.c
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-10-02 22:15:09 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-10-02 22:15:09 +0000
commit834c265e85e4ee433cd9089e907bf6bccdb25313 (patch)
tree3805e68879b8113e72483c531dc150642db7b072 /clang/test/CodeGen/2010-02-15-DbgStaticVar.c
parent350fe8e871cc7e0cca0c401ff89926efa0f3c770 (diff)
downloadbcm5719-llvm-834c265e85e4ee433cd9089e907bf6bccdb25313.tar.gz
bcm5719-llvm-834c265e85e4ee433cd9089e907bf6bccdb25313.zip
Revert "DI: LLVM schema change: fold constants into string"
This reverts commit r218913 while I investigate some bots. llvm-svn: 218917
Diffstat (limited to 'clang/test/CodeGen/2010-02-15-DbgStaticVar.c')
-rw-r--r--clang/test/CodeGen/2010-02-15-DbgStaticVar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/CodeGen/2010-02-15-DbgStaticVar.c b/clang/test/CodeGen/2010-02-15-DbgStaticVar.c
index a75ffbb0d70..facd14e03ee 100644
--- a/clang/test/CodeGen/2010-02-15-DbgStaticVar.c
+++ b/clang/test/CodeGen/2010-02-15-DbgStaticVar.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -g -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -g -emit-llvm %s -o - | grep "metadata ..b., metadata ..b., metadata ...,"
// Test to check intentionally empty linkage name for a static variable.
// Radar 7651244.
static int foo(int a)
@@ -11,4 +11,3 @@ int main() {
int j = foo(1);
return 0;
}
-// CHECK: metadata !"0x34\00b\00b\00\00{{.*}}",
OpenPOWER on IntegriCloud