mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-16 17:59:01 +00:00
rebase of the patches
This commit is contained in:
parent
7bc564fde4
commit
063de16a33
16
debian/changelog
vendored
16
debian/changelog
vendored
@ -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 <sylvestre@debian.org> 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 <sylvestre@debian.org> Mon, 01 Feb 2021 09:04:16 +0100
|
||||
|
||||
llvm-toolchain-snapshot (1:13~++20210129063721+010b176cdefb-1~exp1) experimental; urgency=medium
|
||||
|
||||
[ Sylvestre Ledru ]
|
||||
|
@ -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
|
||||
// <condition_variable>
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user