-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Precompiling failed error after enabling LLVM on Android release builds #92031
Comments
same issue |
Verified this on Visual Studio Enterprise 17.8.0 Preview 1.0. Repro on Android 13.0-API33(8.0.0-preview.7.8842), not repro on Windows 11 with below Project: |
Hmm this command
is failing becuase |
@directhex @fanyang-mono @jonathanpeppers - any insights ? |
Looks like mono-aot-cross.exe failed, which is why opt couldn't find the intermediate file it produced? |
@directhex could it be that we are running |
Seems the problem is it's trying to execute |
This avoids calling `opt` and `llc` on Windows, where the .exe extension is needed Closes: #92031
Description
Unable to run Android release builds after enabling LLVM
Steps to Reproduce
Link to public reproduction project repository
https://github.com/phillipjt/maui-reproductions/tree/llvm-precompiling-failed
Version with bug
8.0.0-preview.7.8842
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
7.0.86
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: