[all-commits] [llvm/llvm-project] 7f4794: opt: Try to respect target-abi command line option
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Nov 25 20:16:03 PST 2025
Branch: refs/heads/users/arsenm/opt/handle-target-abi-flag
Home: https://github.com/llvm/llvm-project
Commit: 7f4794d665fe34c66ee25521a325d81f6ec925ee
https://github.com/llvm/llvm-project/commit/7f4794d665fe34c66ee25521a325d81f6ec925ee
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-11-25 (Tue, 25 Nov 2025)
Changed paths:
M llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h
M llvm/lib/MC/MCTargetOptionsCommandFlags.cpp
A llvm/test/tools/opt/infer-data-layout-target-abi.ll
M llvm/tools/opt/optdriver.cpp
Log Message:
-----------
opt: Try to respect target-abi command line option
Mips seems kind of broken with these options. n32 seems to
override the 64-bit arch with 32-bit pointers, and trying
to use any 32-bit mips triple also just errors with any
options.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list