summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py
diff options
context:
space:
mode:
authorDon Hinton <hintonda@gmail.com>2018-01-19 18:31:12 +0000
committerDon Hinton <hintonda@gmail.com>2018-01-19 18:31:12 +0000
commit976f05166f619f005440af583c261e4013695cd7 (patch)
treea82b15702f76f85c85966a61460c64fd2c952507 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py
parent272c70179a98179e0b10801496e905f414407865 (diff)
downloadbcm5719-llvm-976f05166f619f005440af583c261e4013695cd7.tar.gz
bcm5719-llvm-976f05166f619f005440af583c261e4013695cd7.zip
[cmake] Also pass CMAKE_ASM_COMPILER_ID to next stage when bootstrapping
Summary: When setting CMAKE_ASM_COMPILER=clang, we also need to set CMAKE_ASM_COMPILER_ID=Clang. This is needed because cmake won't set CMAKE_ASM_COMPILER_ID if CMAKE_ASM_COMPILER is already set. Without CMAKE_ASM_COMPILER_ID, cmake can't set CMAKE_ASM_COMPILER_OPTIONS_TARGET either, which means CMAKE_ASM_COMPILER_TARGET is ignored, causing cross compiling to fail, i.e., `--target=${CMAKE_ASM_COMPILER_TARGET}` isn't passed. Differential Revision: https://reviews.llvm.org/D42232 llvm-svn: 322977
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud