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 the Julia triple, not the LLVM one. #122

Merged
merged 3 commits into from
Nov 13, 2018
Merged

Use the Julia triple, not the LLVM one. #122

merged 3 commits into from
Nov 13, 2018

Conversation

maleadt
Copy link
Owner

@maleadt maleadt commented Nov 13, 2018

No description provided.

@maleadt
Copy link
Owner Author

maleadt commented Nov 13, 2018

Nice, this fixes the macOS failure! Still have the nightly failure with libLLVM though.

@maleadt maleadt merged commit 63e6d84 into master Nov 13, 2018
@maleadt maleadt deleted the tb/macos_triple branch November 13, 2018 17:10
@maleadt
Copy link
Owner Author

maleadt commented Nov 14, 2018

Even though this fixes the issue, maybe something is going on... Summary of #108 (more details in #108 (comment)): the 64-bit macOS binary nightlies ship a version of LLVM that reports a 32-bit triple as being the default triple (as configured by CMake). That seems to indicate that LLVM as shipped with the 64-bit macOS nightly binaries is configured/built on a 32-bit macOS, even though file libLLVM.dylib reports Mach-O 64-bit dynamically linked shared library x86_64. Not sure this makes sense, but I'm no macOS expert.

ping @staticfloat @vchuravy; I've fixed this for LLVM.jl but just letting you guys know there might be something up.

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.

1 participant