[PATCH] D37524: Detect linker script INCLUDE cycles.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 7 02:40:17 PDT 2017
grimar added inline comments.
================
Comment at: lld/trunk/test/ELF/linkerscript/include-cycle.s:11
+
+# CHECK: there is a cycle in linker script INCLUDEs
+
----------------
I think it worth to include file name causes cycle.
================
Comment at: lld/trunk/test/ELF/linkerscript/include-cycle.s:15
+_start:
+ ret
----------------
You should not need any code in this testcase.
Repository:
rL LLVM
https://reviews.llvm.org/D37524
More information about the llvm-commits
mailing list