[Lldb-commits] [PATCH] D97449: [Diagnose] Unify MCContext and LLVMContext diagnosing
Yuanfang Chen via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 25 15:54:08 PST 2021
ychen added inline comments.
================
Comment at: llvm/include/llvm/MC/MCContext.h:33
#include "llvm/Support/MD5.h"
+#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/raw_ostream.h"
----------------
rnk wrote:
> MCContext.h is popular, let's try not to leak SourceMgr.h as an include. It probably brings in tons of FS headers that most files don't need.
will do
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97449/new/
https://reviews.llvm.org/D97449
More information about the lldb-commits
mailing list