[all-commits] [llvm/llvm-project] 09ca3f: [lldb] Update TestSimulatorPlatform.py to set ARCH...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Aug 19 15:43:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 09ca3f41bbc5c2c4480accd6404f61bd9e5172a5
https://github.com/llvm/llvm-project/commit/09ca3f41bbc5c2c4480accd6404f61bd9e5172a5
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-19 (Wed, 19 Aug 2020)
Changed paths:
M lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
Log Message:
-----------
[lldb] Update TestSimulatorPlatform.py to set ARCH_CFLAGS instead of TRIPLE
I move the triple (de)composition logic into the builder in e5d08fcbac72
but this test is relying on Make to construct the set the ARCH,
ARCH_CFLAGS and SDKROOT based on the given TRIPLE. This patch updates
the test to pass these variables directly.
Differential revision: https://reviews.llvm.org/D86244
More information about the All-commits
mailing list