mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 10:24:35 +00:00
27 lines
1.2 KiB
Diff
27 lines
1.2 KiB
Diff
Index: llvm-toolchain-snapshot_15~++20220510103135+63865e1fce62/integration-test-suite/tests/basic_lldb.c
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_15~++20220510103135+63865e1fce62.orig/integration-test-suite/tests/basic_lldb.c
|
|
+++ llvm-toolchain-snapshot_15~++20220510103135+63865e1fce62/integration-test-suite/tests/basic_lldb.c
|
|
@@ -1,7 +1,7 @@
|
|
// 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;
|
|
Index: llvm-toolchain-snapshot_15~++20220510103135+63865e1fce62/integration-test-suite/tests/basic_lldb2.cpp
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_15~++20220510103135+63865e1fce62.orig/integration-test-suite/tests/basic_lldb2.cpp
|
|
+++ llvm-toolchain-snapshot_15~++20220510103135+63865e1fce62/integration-test-suite/tests/basic_lldb2.cpp
|
|
@@ -1,7 +1,7 @@
|
|
// 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)
|