[all-commits] [llvm/llvm-project] 7c3603: [lldb][test] Only add -m(64|32) for GCC on non Arm...
David Spickett via All-commits
all-commits at lists.llvm.org
Fri Nov 10 04:53:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c3603e1c162382b5c038b99e482e0689e1505aa
https://github.com/llvm/llvm-project/commit/7c3603e1c162382b5c038b99e482e0689e1505aa
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M lldb/test/Shell/helper/build.py
Log Message:
-----------
[lldb][test] Only add -m(64|32) for GCC on non Arm/AArch64 platforms
This option is definitely needed for x86_64, and is valid for PowerPC
and s390x too.
I'm using "in" because on Armv8 Linux the uname is actually "armv8l"
not just "arm".
More information about the All-commits
mailing list