[all-commits] [llvm/llvm-project] 6521c4: [MC] Remove an unneeded Darwin x86_64 workaround
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Aug 19 16:16:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6521c40fb1e195b2653ac83020cf274e284b257a
https://github.com/llvm/llvm-project/commit/6521c40fb1e195b2653ac83020cf274e284b257a
Author: Fangrui Song <i at maskray.me>
Date: 2023-08-19 (Sat, 19 Aug 2023)
Changed paths:
M llvm/lib/MC/MachObjectWriter.cpp
Log Message:
-----------
[MC] Remove an unneeded Darwin x86_64 workaround
The workaround (relocation suppression) from
7b46bb8e327d45598eb794e14fc87e8c2a55f65e (2011) has been unneeded after
bfd0f01dd75f299bb521a2a31f270b3687be2cee (2014) removed
`if (!A_base) return false;` and `if (!B_base) return false;`
More information about the All-commits
mailing list