diff options
author | Adrian Prantl <aprantl@apple.com> | 2013-03-13 16:14:44 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2013-03-13 16:14:44 +0000 |
commit | b38b3cd64c24500cbea9e6dfe774407dd6ef4a79 (patch) | |
tree | dff73cdfa052043e88822abb1d24670f9105a2b2 | |
parent | 6050a1e53aa3cd3b21d65d440413af5a5ac1d466 (diff) |
relax check to allow for attributes (fix buildbot for elf-ppc64)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176954 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenCXX/debug-info-same-line.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-info-same-line.cpp b/test/CodeGenCXX/debug-info-same-line.cpp index be7c4d8678..59cd405ac5 100644 --- a/test/CodeGenCXX/debug-info-same-line.cpp +++ b/test/CodeGenCXX/debug-info-same-line.cpp @@ -55,7 +55,7 @@ main(int argc, char const *argv[]) return 0; } -// CHECK: define i32 @_Z3fooii(i32 %i, i32 %j) +// CHECK: define {{.*}} @_Z3fooii // i // CHECK: call void @llvm.dbg.declare // j |