[PATCH] D55085: Avoid emitting redundant or unusable directories in DIFile metadata entries
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 30 10:09:50 PST 2018
probinson added a comment.
> When building the FileCheck binary with debug info, this patch makes the build artifacts ~1kb smaller.
Nice!
================
Comment at: lib/IR/DiagnosticInfo.cpp:39
#include "llvm/Support/ScopedPrinter.h"
+#include "llvm/Support/raw_ostream.h"
#include <atomic>
----------------
Do we use a case-sensitive sort of include files? I thought it was insensitive. Of course the coding standard doesn't say. :-P
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55085/new/
https://reviews.llvm.org/D55085
More information about the cfe-commits
mailing list