[PATCH] D105414: Add x86 and x86_64 to the BareMetal toolchain

Alejandro G. Vallejo via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 4 17:26:30 PDT 2021


agvallejo added a comment.

I'm still testing this patch, but so far it seems to do the trick. I'm able to compile with clang, link with lld and the resulting ELF file appears to be correctly free from host dependencies. The command lines (seen with clang -v) don't throw the host include paths, host libraries or a dynamic linker into the mix, so that's also good. I'm new to the LLVM codebase, so please bear with me if this has unintended side-effects


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105414/new/

https://reviews.llvm.org/D105414



More information about the cfe-commits mailing list