-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Revert "Remove dependence on <ciso646>" #126399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit c89735d.
@llvm/pr-subscribers-llvm-support Author: Jonas Devlieghere (JDevlieghere) ChangesReverts llvm/llvm-project#73273 Full diff: https://github.com/llvm/llvm-project/pull/126399.diff 1 Files Affected:
diff --git a/llvm/include/llvm/Support/Threading.h b/llvm/include/llvm/Support/Threading.h
index 9972f4ad31dadb5..01e26ad9b858ea3 100644
--- a/llvm/include/llvm/Support/Threading.h
+++ b/llvm/include/llvm/Support/Threading.h
@@ -19,7 +19,6 @@
#include "llvm/Config/llvm-config.h" // for LLVM_ON_UNIX
#include "llvm/Support/Compiler.h"
#include <optional>
-#include <version>
#if defined(_MSC_VER)
// MSVC's call_once implementation worked since VS 2015, which is the minimum
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/88/builds/7799 Here is the relevant piece of the build log for the reference
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/23/builds/7414 Here is the relevant piece of the build log for the reference
|
Reverts #73273