[all-commits] [llvm/llvm-project] 3a90c2: [MC] Remove an overload of isSymbolRefDifferenceFu...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jun 29 16:27:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a90c27385e9a8b50e40a307822906a1303c310b
https://github.com/llvm/llvm-project/commit/3a90c27385e9a8b50e40a307822906a1303c310b
Author: Fangrui Song <i at maskray.me>
Date: 2024-06-29 (Sat, 29 Jun 2024)
Changed paths:
M llvm/include/llvm/MC/MCMachObjectWriter.h
M llvm/include/llvm/MC/MCObjectWriter.h
M llvm/lib/MC/MCObjectWriter.cpp
M llvm/lib/MC/MachObjectWriter.cpp
M llvm/test/MC/MachO/darwin-x86_64-diff-reloc-assign-2.s
Log Message:
-----------
[MC] Remove an overload of isSymbolRefDifferenceFullyResolvedImpl
e3a20f57d927e422874a8e7730bb7590515b586d (2015) overloaded
isSymbolRefDifferenceFullyResolvedImpl with the IsPCRel parameter.
The overload without IsPCRel is only customized by Mach-O to
dsiable `.long L_var4 - L_var3` folding in
darwin-x86_64-diff-reloc-assign-2.s, but that seems unnecessary.
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