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-Link for windows? #156

Closed
Bambofy opened this issue Feb 28, 2020 · 1 comment
Closed

LLVM-Link for windows? #156

Bambofy opened this issue Feb 28, 2020 · 1 comment

Comments

@Bambofy
Copy link

Bambofy commented Feb 28, 2020

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?

@Bambofy Bambofy closed this as completed Feb 28, 2020
@Bambofy Bambofy reopened this Feb 28, 2020
@Bambofy
Copy link
Author

Bambofy commented Feb 29, 2020

I found the solution was to build LLVM from the source files, see the Getting Started section here:
https://llvm.org/docs/CMake.html

@Bambofy Bambofy closed this as completed Feb 29, 2020
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant