[lldb] Update TestSimulatorPlatform.py to set ARCH_CFLAGS instead of TRIPLE
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 19 Aug 2020 22:35:29 +0000 (15:35 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 19 Aug 2020 22:42:44 +0000 (15:42 -0700)
commit09ca3f41bbc5c2c4480accd6404f61bd9e5172a5
tree3ae207d7d9cf70740390fdb588d2e29f25d70da2
parent868b45b5b31d1203cab09ae0306f4c47e6070f68
[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
lldb/test/API/macosx/simulator/TestSimulatorPlatform.py