commit | bb278b688ee1db5d9c6e1d06650093a5f475c733 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Mon Dec 10 14:55:12 2018 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Dec 13 08:36:58 2018 -0600 |
tree | 6dad12f9edd9ff53e1301f3490706916a737a4cd | |
parent | f1224c8f0a051548415d47bb6a9ebcab0a8bb815 [diff] |
cmake: toolchain: Change the names of 'clang' and 'llvm' The 'llvm' and 'clang' build scripts have been named strangely. It is more natural for 'clang' to be the compiler, and 'llvm' to be the toolchain. This commit rectifies this by renaming the files. This also fixes #11187 Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>