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

LLVM: add LLVM support on Windows #36753

Closed
wants to merge 1 commit into from

Commits on Jul 9, 2021

  1. cmake: llvm : add llvm support on windows

    The linker can't be found when zephyr_compiler_check_flag()
    is called to check the flags of clang compiler.
    So the "-fuse-ld=lld" option is added to force to use lld,
    which is the built-in linker of llvm.
    triple i686-pc-none-elf couldn't be recognized and
    used to find a valid linker on windows, we need to use
    i686-pc-linux-elf.
    
    Signed-off-by: Chen Peng1 <[email protected]>
    Chen Peng1 committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    3f53fa0 View commit details
    Browse the repository at this point in the history