summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++
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
commit441eb781ae20447e9d9b9ffc314ab4a9b8d9babc (patch)
tree2254e5993907f6871204478163e4ec416dab8a02 /llvm/test/FrontendC++
parent06dcf0375b6e4f6c5c63e79b4c644c96c8c2ce7a (diff)
downloadbcm5719-llvm-441eb781ae20447e9d9b9ffc314ab4a9b8d9babc.tar.gz
bcm5719-llvm-441eb781ae20447e9d9b9ffc314ab4a9b8d9babc.zip
Ignore target dependent value in grep search.
llvm-svn: 96604
Diffstat (limited to 'llvm/test/FrontendC++')
-rw-r--r--llvm/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp b/llvm/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp
index 5969e6b51ad..4c8e0e5509c 100644
--- a/llvm/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud