From 063de16a3321f01f41a50f1545cd474c7f544a9c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 18 Feb 2021 09:25:35 +0100 Subject: [PATCH] rebase of the patches --- debian/changelog | 16 ++++++++++++++++ .../libcxx/libcxx-silent-failure-arm64.diff | 18 +++++++++--------- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 14a3a3ce..860cdeb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +llvm-toolchain-snapshot (1:13~++20210218085556+fcdef15d77bd-1~exp1) UNRELEASED; urgency=medium + + * experimental New snapshot release + * experimental New snapshot release + * experimental New snapshot release + * experimental New snapshot release + + -- Sylvestre Ledru Thu, 18 Feb 2021 08:59:36 +0100 + +llvm-toolchain-snapshot (1:13~++20210129063721+010b176cdefb-1~exp2) experimental; urgency=medium + + * Enable OpenMP offload capabilities for NVDIA GPUs + See https://bugzilla.redhat.com/show_bug.cgi?id=1922914 + + -- Sylvestre Ledru Mon, 01 Feb 2021 09:04:16 +0100 + llvm-toolchain-snapshot (1:13~++20210129063721+010b176cdefb-1~exp1) experimental; urgency=medium [ Sylvestre Ledru ] diff --git a/debian/patches/libcxx/libcxx-silent-failure-arm64.diff b/debian/patches/libcxx/libcxx-silent-failure-arm64.diff index 8b059134..0c8aaf2e 100644 --- a/debian/patches/libcxx/libcxx-silent-failure-arm64.diff +++ b/debian/patches/libcxx/libcxx-silent-failure-arm64.diff @@ -1,19 +1,19 @@ -Index: llvm-toolchain-snapshot_12~++20200717093458+1b7c9eae6dc/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp +Index: llvm-toolchain-snapshot_13~++20210218085556+fcdef15d77bd/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp =================================================================== ---- llvm-toolchain-snapshot_12~++20200717093458+1b7c9eae6dc.orig/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp -+++ llvm-toolchain-snapshot_12~++20200717093458+1b7c9eae6dc/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp -@@ -7,6 +7,7 @@ - //===----------------------------------------------------------------------===// +--- llvm-toolchain-snapshot_13~++20210218085556+fcdef15d77bd.orig/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp ++++ llvm-toolchain-snapshot_13~++20210218085556+fcdef15d77bd/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp +@@ -8,6 +8,7 @@ // // UNSUPPORTED: libcpp-has-no-threads + // ALLOW_RETRIES: 2 +// XFAIL: * - // ALLOW_RETRIES: 2 + // -Index: llvm-toolchain-snapshot_12~++20200717093458+1b7c9eae6dc/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp +Index: llvm-toolchain-snapshot_13~++20210218085556+fcdef15d77bd/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp =================================================================== ---- llvm-toolchain-snapshot_12~++20200717093458+1b7c9eae6dc.orig/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp -+++ llvm-toolchain-snapshot_12~++20200717093458+1b7c9eae6dc/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp +--- llvm-toolchain-snapshot_13~++20210218085556+fcdef15d77bd.orig/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp ++++ llvm-toolchain-snapshot_13~++20210218085556+fcdef15d77bd/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp @@ -13,6 +13,7 @@ // XFAIL: with_system_cxx_lib=macosx10.11 // XFAIL: with_system_cxx_lib=macosx10.10