[PATCH] D100957: [Support] Don't include VirtualFileSystem.h in CommandLine.h
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 21 07:06:23 PDT 2021
hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.
nice!
================
Comment at: llvm/lib/CodeGen/GlobalISel/CSEInfo.cpp:13
#include "llvm/CodeGen/MachineRegisterInfo.h"
+#include "llvm/Support/Error.h"
#include "llvm/InitializePasses.h"
----------------
sort looks off
================
Comment at: llvm/lib/Support/WithColor.cpp:10
#include "llvm/Support/WithColor.h"
+#include "llvm/Support/Error.h"
#include "llvm/Support/CommandLine.h"
----------------
sort
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100957/new/
https://reviews.llvm.org/D100957
More information about the llvm-commits
mailing list