[all-commits] [llvm/llvm-project] 892bfa: [lld-macho] Qualify Reloc with macho namespace (NF...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Tue May 27 17:05:42 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 892bfa93662329314573cf0a8f5160a9d5d9b34d
https://github.com/llvm/llvm-project/commit/892bfa93662329314573cf0a8f5160a9d5d9b34d
Author: Teresa Johnson <tejohnson at google.com>
Date: 2025-05-27 (Tue, 27 May 2025)
Changed paths:
M lld/MachO/BPSectionOrderer.cpp
Log Message:
-----------
[lld-macho] Qualify Reloc with macho namespace (NFC) (#141692)
With an upcoming change to llvm/ProfileData headers, this file ends up
with both llvm::Reloc in scope as well as the lld::macho::Reloc type
intended for use here. Qualify the use in this file with the intended
namespace to avoid compilation errors.
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