[llvm-branch-commits] [llvm] 72b67d9 - Revert "Remove dependence on <ciso646> (#73273)"

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


Author: Jonas Devlieghere
Date: 2025-02-08T20:22:04-08:00
New Revision: 72b67d9e808f56f835329fda8660f263c28c5b0c

URL: https://github.com/llvm/llvm-project/commit/72b67d9e808f56f835329fda8660f263c28c5b0c
DIFF: https://github.com/llvm/llvm-project/commit/72b67d9e808f56f835329fda8660f263c28c5b0c.diff

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

This reverts commit c89735d289f341985ca2ea74486b96bc611b3c64.

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-branch-commits mailing list