summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-03-09 00:44:10 +0000
committerDevang Patel <dpatel@apple.com>2010-03-09 00:44:10 +0000
commit59445dbf78c739c90573b36cc883792ffb0ba4ce (patch)
tree90713c1f3d172a1b433c924e77d0183449eb0465 /llvm/test
parentffba5fafb60bffa1b54ab1c5e82bc7dfbdcce90b (diff)
downloadbcm5719-llvm-59445dbf78c739c90573b36cc883792ffb0ba4ce.tar.gz
bcm5719-llvm-59445dbf78c739c90573b36cc883792ffb0ba4ce.zip
Start using DIFile. See updated SourceLevelDebugging.html for more information.
This patch updates LLVMDebugVersion to 8. Debug info descriptors encoded using LLVMDebugVersion 7 is supported. Corresponding llvmgcc and clang FE commits are required. llvm-svn: 98020
Diffstat (limited to 'llvm/test')
-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 4c8e0e5509c..2a9f1f156b1 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 ., i64 .., i64 .., i64 0, i32 64, metadata ..."
+// RUN: %llvmgcc -g -S %s -o - | grep DW_TAG_pointer_type | grep "i32 524303, 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