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

LLVM dependency #277

Closed
jrrk2 opened this issue Jan 24, 2024 · 4 comments
Closed

LLVM dependency #277

jrrk2 opened this issue Jan 24, 2024 · 4 comments

Comments

@jrrk2
Copy link

jrrk2 commented Jan 24, 2024

The README mentions that stack has to be installed, but after installation on homebrew it complains:
Installed GHC.

: error:
Warning: Couldn't figure out LLVM version!
Make sure you have installed LLVM between [9 and 13)

llvm should be mentioned as a dependency for the sake of systems that don't know that. On homebrew OSX 14.2.1 (23C71), version 17.0.6 is installed by default, llvm@13 has to be explicitly specified.

After that happy is happy

@zachjs
Copy link
Owner

zachjs commented Jan 29, 2024

Can you share more details (full stack trace, more system details, etc.)?

I'm running the following without issue:

  • macOS: 14.3 (23D56)
  • Haskell Stack: 2.9.3 x86_64
  • llvm: Apple clang version 15.0.0 (clang-1500.1.0.2.5)

@zachjs
Copy link
Owner

zachjs commented Feb 25, 2024

@jrrk2 I'm very interested in fixing any issues with the listed dependencies or build instructions. Can you please respond to my comment above? Thank you!

@zachjs
Copy link
Owner

zachjs commented Apr 15, 2024

I think this is the same as #280 (comment). Can you see if the latest version still depends on LLVM?

@zachjs
Copy link
Owner

zachjs commented Apr 22, 2024

Based on your reply #280 (comment), it sounds like the upgraded compiler indeed no longer depends on LLVM when built on Apple Silicon. I believe this issue is now resolved, so I'm closing it. Please reopen if necessary!

@zachjs zachjs closed this as completed Apr 22, 2024
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

No branches or pull requests

2 participants