-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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-Link for windows? #156
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: