[PATCH] D33259: Don't defer to the GCC driver for linking arm-baremetal
Jonathan Roelofs via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 23 12:16:11 PDT 2017
jroelofs planned changes to this revision.
jroelofs added inline comments.
================
Comment at: cmake/caches/BaremetalARM.cmake:10
+
+set(BUILTINS_armv7m-none-eabi_CMAKE_SYSROOT ${BAREMETAL_ARMV7M_SYSROOT} CACHE STRING "armv7m-none-eabi Sysroot")
+set(BUILTINS_armv7m-none-eabi_CMAKE_SYSTEM_NAME BareMetal CACHE STRING "armv7m-none-eabi System Name")
----------------
hmm. not sure why these two aren't getting built.
https://reviews.llvm.org/D33259
More information about the cfe-commits
mailing list