[llvm] 7c60725 - Revert "Remove dependence on <ciso646>" (#126399)

via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 8 20:22:18 PST 2025


Author: Jonas Devlieghere
Date: 2025-02-08T20:22:15-08:00
New Revision: 7c60725fcf1038f6c84df396496cf52d67ab5b43

URL: https://github.com/llvm/llvm-project/commit/7c60725fcf1038f6c84df396496cf52d67ab5b43
DIFF: https://github.com/llvm/llvm-project/commit/7c60725fcf1038f6c84df396496cf52d67ab5b43.diff

LOG: Revert "Remove dependence on <ciso646>" (#126399)

Reverts llvm/llvm-project#73273

Added: 
    

Modified: 
    llvm/include/llvm/Support/Threading.h

Removed: 
    


################################################################################
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


        


More information about the llvm-commits mailing list