[all-commits] [llvm/llvm-project] 2b6ad8: [lldb/test] Fix arch arm for 32-bit armv7l/armv8l
Muhammad Omair Javaid via All-commits
all-commits at lists.llvm.org
Mon Mar 9 08:32:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2b6ad82f8d0b20c6733217fcc6b3a07333287875
https://github.com/llvm/llvm-project/commit/2b6ad82f8d0b20c6733217fcc6b3a07333287875
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2020-03-09 (Mon, 09 Mar 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbtest.py
Log Message:
-----------
[lldb/test] Fix arch arm for 32-bit armv7l/armv8l
This patch forces architecture "arm" if underlying os reports core
armv7l or armv8l. On linux systems 32 bit sysroot running on 64bit
AArch64 hardware reports armv7l or armv8l which is essently arm
32bit mode. This fixes 5 testcases on 32bit arm.
More information about the All-commits
mailing list