[PATCH] D37524: Detect linker script INCLUDE cycles.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 6 11:15:02 PDT 2017
ruiu added inline comments.
================
Comment at: lld/ELF/ScriptParser.cpp:115
+ // True if a script being read is in a subdirectory specified by -sysroot.
bool IsUnderSysroot;
----------------
davide wrote:
> The comment might/should be committed separately?
Done.
https://reviews.llvm.org/D37524
More information about the llvm-commits
mailing list