[PATCH] D45290: [Driver] Use the per-API level Android library directories.
Evgenii Stepanov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 12 17:01:25 PDT 2018
eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.
LGTM (did not check the tests).
================
Comment at: lib/Driver/ToolChains/Linux.cpp:25
#include "llvm/Support/Path.h"
+#include "llvm/Support/ScopedPrinter.h"
#include <system_error>
----------------
I don't see why this include is necessary.
Repository:
rC Clang
https://reviews.llvm.org/D45290
More information about the cfe-commits
mailing list