summaryrefslogtreecommitdiffstats
path: root/test/FrontendC++/2006-11-30-Pubnames.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-24 00:30:09 +0000
committerDan Gohman <gohman@apple.com>2009-07-24 00:30:09 +0000
commit2a5ddf35fff80d6d23d4dba6801534bcb26582f4 (patch)
tree600f87219916311734656684a616d2be9fcda3b9 /test/FrontendC++/2006-11-30-Pubnames.cpp
parent7938afc0b087519f71c2cbba499057c523948cb3 (diff)
downloadexternal_llvm-2a5ddf35fff80d6d23d4dba6801534bcb26582f4.zip
external_llvm-2a5ddf35fff80d6d23d4dba6801534bcb26582f4.tar.gz
external_llvm-2a5ddf35fff80d6d23d4dba6801534bcb26582f4.tar.bz2
Remove the IA-64 backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76920 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++/2006-11-30-Pubnames.cpp')
-rw-r--r--test/FrontendC++/2006-11-30-Pubnames.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC++/2006-11-30-Pubnames.cpp b/test/FrontendC++/2006-11-30-Pubnames.cpp
index 8102713..b1df02d 100644
--- a/test/FrontendC++/2006-11-30-Pubnames.cpp
+++ b/test/FrontendC++/2006-11-30-Pubnames.cpp
@@ -7,7 +7,7 @@
// 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
+// XFAIL: alpha|arm
struct Pubnames {
static int pubname;
};