Skip to content

Fix the linked targets for rustc#10850

Closed
alexcrichton wants to merge 1 commit intorust-lang:masterfrom
alexcrichton:fix-target
Closed

Fix the linked targets for rustc#10850
alexcrichton wants to merge 1 commit intorust-lang:masterfrom
alexcrichton:fix-target

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

Right now multiple targets/hosts is broken because the libdir passed for all of
the LLVM libraries is for the wrong architecture. By using the right arch
(target, not host), everything is linked and assembled just fine.

Right now multiple targets/hosts is broken because the libdir passed for all of
the LLVM libraries is for the wrong architecture. By using the right arch
(target, not host), everything is linked and assembled just fine.
bors added a commit that referenced this pull request Dec 7, 2013
Right now multiple targets/hosts is broken because the libdir passed for all of
the LLVM libraries is for the wrong architecture. By using the right arch
(target, not host), everything is linked and assembled just fine.
@bors bors closed this Dec 7, 2013
@alexcrichton alexcrichton deleted the fix-target branch December 9, 2013 16:29
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 30, 2023
Fix suggestion on fully qualified syntax

fixes rust-lang#10850

changelog: [`explicit_deref_methods`]: Fix malformed suggestion on `Foo::deref(&foo)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants