Skip to content

Commit 230d03c

Browse files
Remove dependence on <ciso646>
1 parent ba89749 commit 230d03c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

llvm/include/llvm/Support/Threading.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#include "llvm/ADT/StringRef.h"
1919
#include "llvm/Config/llvm-config.h" // for LLVM_ON_UNIX
2020
#include "llvm/Support/Compiler.h"
21-
#include <ciso646> // So we can check the C++ standard lib macros.
2221
#include <optional>
22+
#include <version>
2323

2424
#if defined(_MSC_VER)
2525
// MSVC's call_once implementation worked since VS 2015, which is the minimum

llvm/lib/DebugInfo/GSYM/LookupResult.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "llvm/Support/Format.h"
1313
#include "llvm/Support/Path.h"
1414
#include "llvm/Support/raw_ostream.h"
15-
#include <ciso646>
1615

1716
using namespace llvm;
1817
using namespace gsym;

0 commit comments

Comments
 (0)