summaryrefslogtreecommitdiff
path: root/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-02-18 19:52:12 +0000
committerDevang Patel <dpatel@apple.com>2010-02-18 19:52:12 +0000
commit16c1e79cb2b0b203aa76da4c90c16d9fd096762f (patch)
treefa3bcfdfa79f55a18c7a0dd7cf6c56ffbf4563c3 /test/FrontendC++/2010-02-17-DbgArtificialArg.cpp
parent116b799488327cb95f24ca321f9ab838d5d5e73d (diff)
downloadllvm-16c1e79cb2b0b203aa76da4c90c16d9fd096762f.tar.gz
llvm-16c1e79cb2b0b203aa76da4c90c16d9fd096762f.tar.bz2
llvm-16c1e79cb2b0b203aa76da4c90c16d9fd096762f.tar.xz
Ignore target dependent value in grep search.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96604 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++/2010-02-17-DbgArtificialArg.cpp')
-rw-r--r--test/FrontendC++/2010-02-17-DbgArtificialArg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp b/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp
index 5969e6b51a..4c8e0e5509 100644
--- a/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp
+++ b/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -g -S %s -o - | grep DW_TAG_pointer_type | grep "i32 458767, metadata .., metadata ..., metadata .., i32 0, i64 64, i64 64, i64 0, i32 64, metadata ..."
+// RUN: %llvmgcc -g -S %s -o - | grep DW_TAG_pointer_type | grep "i32 458767, metadata .., metadata ..., metadata .., i32 ., i64 .., i64 .., i64 0, i32 64, metadata ..."
// Here, second to last argument "i32 64" indicates that artificial type is set.
// Test to artificial attribute attahed to "this" pointer type.
// Radar 7655792 and 7655002