summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2007-04-04 22:07:44 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2007-04-04 22:07:44 +0000
commit00361004a6c076f79c8568e78942858fba494673 (patch)
tree44fc05257fe4a7228520acb4c97fe06292df3cd1 /test/DebugInfo
parent6733a1661a6ca9e904d132cfe92b2a828193e95d (diff)
downloadllvm-00361004a6c076f79c8568e78942858fba494673.tar.gz
llvm-00361004a6c076f79c8568e78942858fba494673.tar.bz2
llvm-00361004a6c076f79c8568e78942858fba494673.tar.xz
Fix some FreeBSD/amd64 regressions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/2006-11-06-StackTrace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2006-11-06-StackTrace.cpp b/test/DebugInfo/2006-11-06-StackTrace.cpp
index 1edd48c6cf..9d7c63afc6 100644
--- a/test/DebugInfo/2006-11-06-StackTrace.cpp
+++ b/test/DebugInfo/2006-11-06-StackTrace.cpp
@@ -6,7 +6,7 @@
// RUN: ( echo "break DeepStack::deepest"; echo "run 17" ; echo "where" ) > Output/StackTrace.gdbin
// RUN: gdb -q -batch -n -x Output/StackTrace.gdbin Output/StackTrace.exe | tee Output/StackTrace.out | grep '#0 DeepStack::deepest.*(this=.*,.*x=33)'
// RUN: gdb -q -batch -n -x Output/StackTrace.gdbin Output/StackTrace.exe | grep '#7 0x.* in main.*(argc=[12],.*argv=.*)'
-// XFAIL: i[1-9]86|alpha|ia64|arm
+// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64
#include <stdlib.h>