===================================================================
Gbp-Pq: Name test-disable-lldb-i386.diff
// RUN: %clang -g -o %t %s
// RUN: %lldb -s %S/basic_lldb.in %t | grep "main at basic_lldb.c:"
// REQUIRES: lldb, clang
-// XFAIL: ppc64
+// XFAIL: ppc64, i686, i386
int main() {
int a=0;
// RUN: %clangxx -g -o %t %s
// RUN: %lldb -s %S/basic_lldb2.in %t | grep "stop reason = step over"
// REQUIRES: lldb, clangxx
-// XFAIL: ppc64
+// XFAIL: ppc64, i686, i386
#include <vector>
int main (void)