summaryrefslogtreecommitdiff
path: root/test/FrontendC++
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-02-02 21:09:36 +0000
committerDevang Patel <dpatel@apple.com>2009-02-02 21:09:36 +0000
commit6748f044b259b846d19f02ff922a674b7c7f3bd7 (patch)
tree9f83573afa47af3b92991bee8b9a603192f1d3ee /test/FrontendC++
parent54c94525f420cab274af60e98a77f081f96e59c2 (diff)
downloadllvm-6748f044b259b846d19f02ff922a674b7c7f3bd7.tar.gz
llvm-6748f044b259b846d19f02ff922a674b7c7f3bd7.tar.bz2
llvm-6748f044b259b846d19f02ff922a674b7c7f3bd7.tar.xz
Run dsymutil on darwin, when it is expected, before running gdb test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63548 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++')
-rw-r--r--test/FrontendC++/2006-11-30-Pubnames.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendC++/2006-11-30-Pubnames.cpp b/test/FrontendC++/2006-11-30-Pubnames.cpp
index 5dd1439224..8af99e37c9 100644
--- a/test/FrontendC++/2006-11-30-Pubnames.cpp
+++ b/test/FrontendC++/2006-11-30-Pubnames.cpp
@@ -4,6 +4,7 @@
// RUN: llc --disable-fp-elim -o %t.s -f
// RUN: %compile_c %t.s -o %t.o
// RUN: %link %t.o -o %t.exe
+// RUN: %llvmdsymutil %t.exe
// RUN: echo {break main\nrun\np Pubnames::pubname} > %t.in
// RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | grep {\$1 = 10}
// XFAIL: alpha|ia64|arm