[PATCH] D42232: [cmake] Also pass CMAKE_ASM_COMPILER_ID to next stage when bootstrapping
Saleem Abdulrasool via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 19 10:07:03 PST 2018
compnerd accepted this revision.
compnerd added a comment.
This revision is now accepted and ready to land.
Took a bit of reading to realize that the compiler is being set to clang, and therefore `CMAKE_ASM_COMPILER_ID` should be `Clang`.
Repository:
rC Clang
https://reviews.llvm.org/D42232
More information about the cfe-commits
mailing list