[llvm] [Support] Remove unused includes (NFC) (PR #116752)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 07:01:51 PST 2024
================
@@ -13,7 +13,6 @@
#include "llvm/Support/RWMutex.h"
#include "llvm/Config/config.h"
#include "llvm/Config/llvm-config.h" // for LLVM_ENABLE_THREADS
-#include "llvm/Support/Allocator.h"
----------------
fhahn wrote:
This change seems to break building on macOS
I added it back in 5174d00365b619b5dcd2a451aaf7d844c36ce04d.
https://github.com/llvm/llvm-project/pull/116752
More information about the llvm-commits
mailing list