[PATCH] D37524: Detect linker script INCLUDE cycles.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 11:06:25 PDT 2017


davide 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;
----------------
The comment might/should be committed separately?


https://reviews.llvm.org/D37524





More information about the llvm-commits mailing list