[all-commits] [llvm/llvm-project] e12689: MCSymbol: Move isExported/setExported to MCSymbol{...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Aug 22 09:50:39 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e12689e715e96d123e0571bd5014b85862bb5e1b
https://github.com/llvm/llvm-project/commit/e12689e715e96d123e0571bd5014b85862bb5e1b
Author: Fangrui Song <i at maskray.me>
Date: 2025-08-22 (Fri, 22 Aug 2025)
Changed paths:
M llvm/include/llvm/MC/MCSymbol.h
M llvm/include/llvm/MC/MCSymbolCOFF.h
M llvm/include/llvm/MC/MCSymbolMachO.h
M llvm/include/llvm/MC/MCSymbolWasm.h
M llvm/include/llvm/MC/MCSymbolXCOFF.h
M llvm/lib/MC/MCContext.cpp
M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp
Log Message:
-----------
MCSymbol: Move isExported/setExported to MCSymbol{COFF,MachO,Wasm}
Make it clear that other object file formats (e.g. ELF) do not use this
field.
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