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

Fix race condition when building LLVM for Windows #28433

Merged
merged 1 commit into from
Aug 6, 2018
Merged

Conversation

Keno
Copy link
Member

@Keno Keno commented Aug 4, 2018

llvm-tblgen and llvm-config both try to build in the same NATIVE
directory and end up stomping on each other.

Co-authored-by: Valentin Churavy vchuravy@gmail.com

@ararslan ararslan added building Build system, or building Julia or its dependencies system:windows Affects only Windows external dependencies Involves LLVM, OpenBLAS, or other linked libraries labels Aug 4, 2018
`llvm-tblgen` and `llvm-config` both try to build in the same NATIVE
directory and end up stomping on each other.

Co-authored-by: Valentin Churavy <vchuravy@gmail.com>
@Keno Keno merged commit 4fce960 into master Aug 6, 2018
@KristofferC KristofferC deleted the aa/llvm-build branch August 6, 2018 14:17
ararslan pushed a commit that referenced this pull request Aug 6, 2018
`llvm-tblgen` and `llvm-config` both try to build in the same NATIVE
directory and end up stomping on each other.

(cherry picked from commit 4fce960)
KristofferC pushed a commit that referenced this pull request Feb 11, 2019
`llvm-tblgen` and `llvm-config` both try to build in the same NATIVE
directory and end up stomping on each other.

Co-authored-by: Valentin Churavy <vchuravy@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries system:windows Affects only Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants