summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp
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
commitdd5dbca59c708cf84913e08b6187c000259157de (patch)
treede6866dd59641f2512e98105e4f45d77c13885ee /llvm/test/FrontendC++/2006-11-30-Pubnames.cpp
parentbb70c08c8d389d7fb68be37a0c510b08a326ef6f (diff)
downloadbcm5719-llvm-dd5dbca59c708cf84913e08b6187c000259157de.tar.gz
bcm5719-llvm-dd5dbca59c708cf84913e08b6187c000259157de.zip
Run dsymutil on darwin, when it is expected, before running gdb test.
llvm-svn: 63548
Diffstat (limited to 'llvm/test/FrontendC++/2006-11-30-Pubnames.cpp')
-rw-r--r--llvm/test/FrontendC++/2006-11-30-Pubnames.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp b/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp
index 5dd1439224c..8af99e37c98 100644
--- a/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud