[PATCH] D151188: [lld] Find resource and lib dir
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 24 02:07:28 PDT 2023
thieta added inline comments.
================
Comment at: llvm/lib/WindowsDriver/LLVMPaths.cpp:14
+#include <llvm/Support/Path.h>
+#include <llvm/TargetParser/Triple.h>
+
----------------
rnk wrote:
> Why angle includes?
probably just clang automatic header insertion. I will fix that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151188/new/
https://reviews.llvm.org/D151188
More information about the llvm-commits
mailing list