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

zig doesn't support llvm target format fully #17949

Closed
cathaysia opened this issue Nov 10, 2023 · 1 comment
Closed

zig doesn't support llvm target format fully #17949

cathaysia opened this issue Nov 10, 2023 · 1 comment
Labels
bug Observed behavior contradicts documented or intended behavior

Comments

@cathaysia
Copy link

Zig Version

0.11.0

Steps to Reproduce and Observed Behavior

  1. write a empty main.c

  2. try cross compile by --target=thumbv7em-none-eabi

  3. failed.

    error: UnknownArchitecture

Expected Behavior

zig cc supports the format described at https://clang.llvm.org/docs/CrossCompilation.html

@cathaysia cathaysia added the bug Observed behavior contradicts documented or intended behavior label Nov 10, 2023
@Vexu
Copy link
Member

Vexu commented Nov 10, 2023

See #4911

@Vexu Vexu closed this as not planned Won't fix, can't repro, duplicate, stale Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Observed behavior contradicts documented or intended behavior
Projects
None yet
Development

No branches or pull requests

2 participants