[all-commits] [llvm/llvm-project] 52e758: [lldb] Fix build error in TestSimulatorPlatform.py
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Aug 21 13:35:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 52e758f352e6fc7c2458e92cc0b6351bf9469628
https://github.com/llvm/llvm-project/commit/52e758f352e6fc7c2458e92cc0b6351bf9469628
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-21 (Fri, 21 Aug 2020)
Changed paths:
M lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
Log Message:
-----------
[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.
More information about the All-commits
mailing list