Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linkerscript does not support non-wildcard filename spec #29485

Closed
emaste opened this issue Aug 24, 2016 · 2 comments
Closed

linkerscript does not support non-wildcard filename spec #29485

emaste opened this issue Aug 24, 2016 · 2 comments
Labels
bugzilla Issues migrated from bugzilla lld:ELF

Comments

@emaste
Copy link
Member

emaste commented Aug 24, 2016

Bugzilla Link 29115
Resolution FIXED
Resolved on Aug 30, 2016 04:48
Version unspecified
OS FreeBSD
Blocks #23588

Extended Description

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.

@llvmbot
Copy link
Collaborator

llvmbot commented Aug 24, 2016

Fix: https://reviews.llvm.org/D23839

@llvmbot
Copy link
Collaborator

llvmbot commented Aug 30, 2016

r280069

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla lld:ELF
Projects
None yet
Development

No branches or pull requests

2 participants