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

use LLVM linker #2713

Merged
merged 3 commits into from
Mar 5, 2019
Merged

use LLVM linker #2713

merged 3 commits into from
Mar 5, 2019

Conversation

mnboos
Copy link
Contributor

@mnboos mnboos commented Mar 1, 2019

Fixes the export_library() functionality under Windows by using the LLVM linker lld-link instead of the Microsoft linker link.

See: #2450

@tqchen
Copy link
Member

tqchen commented Mar 1, 2019

Thanks for the contribution, can we raise a friendly error message to ask the user to install lld-link if it is not available?

@tqchen tqchen added the status: need update need update based on feedbacks label Mar 1, 2019
@tqchen
Copy link
Member

tqchen commented Mar 2, 2019

@mnboos can you improve it a bit according to the comment? :)

@mnboos
Copy link
Contributor Author

mnboos commented Mar 2, 2019

Yes, I can do it next week.

@mnboos
Copy link
Contributor Author

mnboos commented Mar 5, 2019

Okay, the error message should now be more helpful.

@tqchen tqchen merged commit c8a3a59 into apache:master Mar 5, 2019
bwasti pushed a commit to facebookexperimental/tvm that referenced this pull request Mar 6, 2019
* use LLVM linker

* error message improved in case of filenotfound

* linting error fixed
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 9, 2019
* use LLVM linker

* error message improved in case of filenotfound

* linting error fixed
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 12, 2019
* use LLVM linker

* error message improved in case of filenotfound

* linting error fixed
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 12, 2019
* use LLVM linker

* error message improved in case of filenotfound

* linting error fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: need update need update based on feedbacks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants