-
Notifications
You must be signed in to change notification settings - Fork 13.6k
LLVM-Link for windows? #156
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
Comments
I found the solution was to build LLVM from the source files, see the Getting Started section here: |
am11
pushed a commit
to am11/llvm-project
that referenced
this issue
Mar 29, 2022
…106.6 (llvm#156) [objwriter/12.x] Update dependencies from dotnet/arcade
mjklemm
pushed a commit
to mjklemm/llvm-project
that referenced
this issue
Sep 10, 2024
This patch removes some internal functions from the OMPIRBuilder that are not used and do not exist upstream. They seem to have been left behind after some merge or improvements to reductions support made them redundant.
abidh
pushed a commit
to abidh/llvm-project
that referenced
this issue
Feb 4, 2025
…#96422)" (llvm#156) This reverts commit 4497ec2. Change-Id: I172a59c5aa51dcd9dda38bf380d49b97c8f67cc4 Co-authored-by: Konstantin Zhuravlyov <[email protected]>
abidh
pushed a commit
to abidh/llvm-project
that referenced
this issue
May 2, 2025
…ze (llvm#96422)" (llvm#156)" This reverts commit e5cb8bd.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, i'm trying to translate this build script from OS X to Windows however some of the executables i've used don't exist in the windows llvm install Here's the build script i'm trying to translate:
https://github.com/Bambofy/pico/blob/master/build.sh
Here's what i have so far:
https://github.com/Bambofy/pico/blob/master/build.bat
But the llvm-link program doesn't exist on windows, neither does llc?
The text was updated successfully, but these errors were encountered: