You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added --target option for overriding target triple (#1)
* Added --target option for overriding target triple
Helps with cross-compilation when the target triple does not match the
machine you're building on.
* Updated README.md with flags
* Implement target auto-detection detection
Based on llvm-config --host-target
* Dropped manual check for host target, llvm does this for us be default
0 commit comments