diff options
author | Louis Dionne <ldionne@apple.com> | 2019-12-10 16:34:30 -0500 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-12-10 16:36:07 -0500 |
commit | 8bd9d0bff21b6732c122365de793de12fef9c681 (patch) | |
tree | 3d2845dd5203353f769e85c9bae5cc0e1c0fa42f /lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py | |
parent | 02d04d569edd39a17f27995565b7b65ac06afb35 (diff) | |
download | bcm5719-llvm-8bd9d0bff21b6732c122365de793de12fef9c681.tar.gz bcm5719-llvm-8bd9d0bff21b6732c122365de793de12fef9c681.zip |
[libcxx] [test] Query the target platform, not the host one
target_info is inferred to WindowsLocalTI on Windows hosts unless
specified otherwise. In the latter case, it doesn't make sense to use
Windows-specific settings if the target is not Windows.
This change should not break anything, because target_info is inferred
based on what platform.system() returns. self.is_windows was set based
on the same platform.system() call.
Thanks to Sergej Jaskiewicz for the patch.
Differential Revision: https://reviews.llvm.org/D68275
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py')
0 files changed, 0 insertions, 0 deletions