mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 06:31:50 +08:00
[PassManager] Remove some unnecessary includes (NFC) (#96175)
SmallPtrSet.h and TimeProfiler.h are unused. CommandLine.h is only needed for the UseNewDbgInfoFormat declare, which can be moved to the places that need it.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include "llvm/Support/Path.h"
|
||||
#include "llvm/Support/RISCVAttributeParser.h"
|
||||
#include "llvm/Support/TarWriter.h"
|
||||
#include "llvm/Support/TimeProfiler.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include <optional>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user