[lldb] Fix build error in TestSimulatorPlatform.py
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 21 Aug 2020 20:33:51 +0000 (13:33 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 21 Aug 2020 20:35:26 +0000 (13:35 -0700)
commit52e758f352e6fc7c2458e92cc0b6351bf9469628
tree7dc659a7302b0147ce35524b85fd9ea81d5fad72
parente21a22a7a8b7573914859595090eac671b93b5f0
[lldb] Fix build error in TestSimulatorPlatform.py

Before e5d08fcbac72 the Makefile would always compute the min-version,
even if it wasn't set in the triple. This nuance got lost when passing
the ARCH_CFLAGS directly from TestSimulatorPlatform.
lldb/test/API/macosx/simulator/TestSimulatorPlatform.py