[Lldb-commits] [PATCH] D121168: Cleanup includes: LLVMTarget
Fangrui Song via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 8 16:30:20 PST 2022
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Thanks!
================
Comment at: llvm/include/llvm/Target/TargetMachine.h:21
#include "llvm/IR/PassManager.h"
-#include "llvm/Pass.h"
#include "llvm/Support/CodeGen.h"
----------------
The patch is small enough. It may be worth making this include removal separate
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121168/new/
https://reviews.llvm.org/D121168
More information about the lldb-commits
mailing list