| commit | 901c776d068aad3fbb4f2499b0c14ad3855412ca | [log] [tgz] |
|---|---|---|
| author | Jonathan Roelofs <jonathan@codesourcery.com> | Thu May 25 15:42:13 2017 +0000 |
| committer | Jonathan Roelofs <jonathan@codesourcery.com> | Thu May 25 15:42:13 2017 +0000 |
| tree | 0521bf382acc3815ad50789d6dfd0955ee986530 | |
| parent | e6617e47d20ce5b76b5fb3646d70303bba7fccfc [diff] |
Don't defer to the GCC driver for linking arm-baremetal Also comes with a cmake cache for building the runtime bits: $ cmake <normal cmake flags> \ -DBAREMETAL_ARMV6M_SYSROOT=/path/to/sysroot \ -DBAREMETAL_ARMV7M_SYSROOT=/path/to/sysroot \ -DBAREMETAL_ARMV7EM_SYSROOT=/path/to/sysroot \ -C /path/to/clang/cmake/caches/BaremetalARM.cmake \ /path/to/llvm https://reviews.llvm.org/D33259 llvm-svn: 303873