Skip to content

crossdev: fix llvm target triplet parsing#46

Open
peppergrayxyz wants to merge 1 commit into
gentoo:masterfrom
peppergrayxyz:llvm_targets
Open

crossdev: fix llvm target triplet parsing#46
peppergrayxyz wants to merge 1 commit into
gentoo:masterfrom
peppergrayxyz:llvm_targets

Conversation

@peppergrayxyz

Copy link
Copy Markdown

crossdev does not correctly handle:

  • i468 and i686 -> 'target architecture not supported'
  • arm64 -> checks for 'ARM' instead of 'AArch64'

map architectures to proper LLVM_TARGETS

Closes: https://bugs.gentoo.org/978823

Comment thread crossdev Outdated
Comment thread crossdev Outdated
Comment thread crossdev Outdated
crossdev does not correctly handle:
- i468 and i686 -> 'target architecture not supported'
- arm64 -> checks for 'ARM' instead of 'AArch64'

map architectures to proper LLVM_TARGETS

Closes: https://bugs.gentoo.org/978823
Co-authored-by: Mike Gilbert <floppymaster@gmail.com>
Signed-off-by: Pepper Gray <hello@peppergray.xyz>
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

Successfully merging this pull request may close these issues.

3 participants