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

Empty archive crashes linker #1422

Closed
llvmbot opened this issue Dec 15, 2006 · 1 comment
Closed

Empty archive crashes linker #1422

llvmbot opened this issue Dec 15, 2006 · 1 comment
Labels
bugzilla Issues migrated from bugzilla compile-fail Use [accepts-invalid] and [rejects-valid] instead

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Dec 15, 2006

Bugzilla Link 1050
Resolution FIXED
Resolved on Feb 22, 2010 12:48
Version trunk
OS All
Attachments empty archive
Reporter LLVM Bugzilla Contributor

Extended Description

if an archive is empty, the linker (gccld in this case) crashes. It should
manage to procede.

@llvmbot
Copy link
Collaborator Author

llvmbot commented Dec 15, 2006

Several asserts in the Archive Library should have been producing error messages
but weren't. This is now fixed with these patches:

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20061211/041458.html

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 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 compile-fail Use [accepts-invalid] and [rejects-valid] instead
Projects
None yet
Development

No branches or pull requests

1 participant