mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 20:27:21 +00:00
rebase of the patch
This commit is contained in:
parent
510d1caa66
commit
1b70301a75
@ -1,7 +1,7 @@
|
||||
Index: llvm-toolchain-11-11.0.0/integration-test-suite/tests/basic_lldb.c
|
||||
Index: llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/basic_lldb.c
|
||||
===================================================================
|
||||
--- llvm-toolchain-11-11.0.0.orig/integration-test-suite/tests/basic_lldb.c
|
||||
+++ llvm-toolchain-11-11.0.0/integration-test-suite/tests/basic_lldb.c
|
||||
--- llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c.orig/integration-test-suite/tests/basic_lldb.c
|
||||
+++ llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/basic_lldb.c
|
||||
@@ -1,6 +1,7 @@
|
||||
// RUN: %clang -g -o %t %s
|
||||
// RUN: %lldb -s %S/basic_lldb.in %t | grep "main at basic_lldb.c:"
|
||||
@ -10,10 +10,10 @@ Index: llvm-toolchain-11-11.0.0/integration-test-suite/tests/basic_lldb.c
|
||||
|
||||
int main() {
|
||||
int a=0;
|
||||
Index: llvm-toolchain-11-11.0.0/integration-test-suite/tests/basic_lldb2.cpp
|
||||
Index: llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/basic_lldb2.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-11-11.0.0.orig/integration-test-suite/tests/basic_lldb2.cpp
|
||||
+++ llvm-toolchain-11-11.0.0/integration-test-suite/tests/basic_lldb2.cpp
|
||||
--- llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c.orig/integration-test-suite/tests/basic_lldb2.cpp
|
||||
+++ llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/basic_lldb2.cpp
|
||||
@@ -1,6 +1,7 @@
|
||||
// RUN: %clangxx -g -o %t %s
|
||||
// RUN: %lldb -s %S/basic_lldb2.in %t | grep "stop reason = step over"
|
||||
@ -22,10 +22,10 @@ Index: llvm-toolchain-11-11.0.0/integration-test-suite/tests/basic_lldb2.cpp
|
||||
|
||||
#include <vector>
|
||||
int main (void)
|
||||
Index: llvm-toolchain-11-11.0.0/integration-test-suite/tests/test_asan_lc.c
|
||||
Index: llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/test_asan_lc.c
|
||||
===================================================================
|
||||
--- llvm-toolchain-11-11.0.0.orig/integration-test-suite/tests/test_asan_lc.c
|
||||
+++ llvm-toolchain-11-11.0.0/integration-test-suite/tests/test_asan_lc.c
|
||||
--- llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c.orig/integration-test-suite/tests/test_asan_lc.c
|
||||
+++ llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/test_asan_lc.c
|
||||
@@ -3,6 +3,7 @@
|
||||
// REQUIRES: clang
|
||||
// RUN: %clang -fsanitize=address %s -o %t -lc
|
||||
@ -34,15 +34,16 @@ Index: llvm-toolchain-11-11.0.0/integration-test-suite/tests/test_asan_lc.c
|
||||
|
||||
#include <stdio.h>
|
||||
int main(int argc, char **argv)
|
||||
Index: llvm-toolchain-11-11.0.0/integration-test-suite/tests/test_tsan.c
|
||||
Index: llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/test_tsan.c
|
||||
===================================================================
|
||||
--- llvm-toolchain-11-11.0.0.orig/integration-test-suite/tests/test_tsan.c
|
||||
+++ llvm-toolchain-11-11.0.0/integration-test-suite/tests/test_tsan.c
|
||||
@@ -5,6 +5,7 @@
|
||||
--- llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c.orig/integration-test-suite/tests/test_tsan.c
|
||||
+++ llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/test_tsan.c
|
||||
@@ -5,7 +5,7 @@
|
||||
// RUN: %llvm-nm %t | grep __tsan
|
||||
// RUN: env TSAN_OPTIONS="log_path=stdout:exitcode=0" %t 2>&1 > %t.out
|
||||
// RUN: grep -q "data race" %t.out
|
||||
+// XFAIL: i686, i386
|
||||
-// XFAIL: arm
|
||||
+// XFAIL: arm, i686, i386
|
||||
|
||||
#include <pthread.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user