Required by D83660. Test cases may want to use the host compiler to compile some mocks for the test case. This patch adds two substitutions %host_cc and %host_cxx to use the host compilers set via variable CMAKE_C_COMPILER and CMAKE_CXX_COMPILER.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Oh, wait a minute. The config.host_cxx was already there.
Where is the symmetry :D It looks much better now, thanks.
Regarding D83660, I'm really looking forward to it. It's a shame that it takes so long to land it.
Comment Actions
Oh, wait a minute. The config.host_cxx was already there.
Where is the symmetry :D It looks much better now, thanks.
Sounds not bad if it matters to you :P
Regarding D83660, I'm really looking forward to it. It's a shame that it takes so long to land it.
Please commit this patch on my behalf (Ella Ma <alansnape3058@gmail.com>), so that I can continue with D83660 with your mocked solver.