https://llvm.org/bugs/show_bug.cgi?id=29115
Bug ID: 29115 Summary: linkerscript does not support non-wildcard filename spec Product: lld Version: unspecified Hardware: PC OS: FreeBSD Status: NEW Severity: normal Priority: P Component: ELF Assignee: unassignedb...@nondot.org Reporter: ema...@freebsd.org CC: llvm-bugs@lists.llvm.org Blocks: 23214 Classification: Unclassified While trying to link FreeBSD/mips with lld I encountered an error: line 12: unknown command start.o start.o(.text*) ^ The source linker script is here: https://svnweb.freebsd.org/base/head/sys/boot/mips/uboot/ldscript.mips?revision=296183&view=markup#l12 It appears that the filename spec in most of our (FreeBSD's) linker scripts includes a wildcard at the beginning (e.g. *crtbegin.o, *crtend?.o), while this one mips linker script is the one case that has an explicit, non-wildcard path. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs