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

RISC-V is not default architecture by default #18

Open
cesarus777 opened this issue Apr 14, 2024 · 0 comments
Open

RISC-V is not default architecture by default #18

cesarus777 opened this issue Apr 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cesarus777
Copy link

Reproduced on 1.0

I can't understand why default architecture is host even if it isn't supported. Can you please implement that default architecture is host if host architecture is supported, otherwise it's one of supported architecture?

Reproduction:

layout.yaml:

sections:
  - name: text
    VMA: 0x1000
    LMA: 0x1000
    SIZE: 0x1000
    ACCESS: rx
  - name: data
    VMA: 0x2000
    LMA: 0x2000
    SIZE: 0x1000
    ACCESS: rw

histogram:
  - [ADD, 1]

Command:

llvm-snippy layout.yaml

Output:

'+relax' is not a recognized feature for this target (ignoring feature)
no snippy target for x86_64-unknown-linux-gnu
LLVM ERROR: sorry, target is not implemented
@kv-sc kv-sc added the enhancement New feature or request label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants