diff options
| author | Devang Patel <dpatel@apple.com> | 2009-02-02 21:09:36 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2009-02-02 21:09:36 +0000 |
| commit | dd5dbca59c708cf84913e08b6187c000259157de (patch) | |
| tree | de6866dd59641f2512e98105e4f45d77c13885ee /llvm/test/FrontendC++/2006-11-30-Pubnames.cpp | |
| parent | bb70c08c8d389d7fb68be37a0c510b08a326ef6f (diff) | |
| download | bcm5719-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.cpp | 1 |
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 |

