[all-commits] [llvm/llvm-project] 6b4ac7: Reland "[lldb][test] Only add -m(64|32) for GCC on...
David Spickett via All-commits
all-commits at lists.llvm.org
Fri Nov 10 05:37:42 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b4ac76504d120d44023618ef8240d4f907d08ca
https://github.com/llvm/llvm-project/commit/6b4ac76504d120d44023618ef8240d4f907d08ca
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:
-----------
Reland "[lldb][test] Only add -m(64|32) for GCC on non Arm/AArch64 platforms"
This reverts commit fd5206cc55c820598d5145d799b18d66cc193356.
Fixing the test case would require some awkard %if use that I'm not
sure would even work, or splitting it into 2 copies that are almost
identical.
Instead, always add -m for clang, which allows it for all targets,
but not for gcc which does not.
More information about the All-commits
mailing list