[all-commits] [llvm/llvm-project] 768ccf: MCSymbolRefExpr: Remove HasSubsectionsViaSymbolsBit
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Apr 6 14:11:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 768ccf69f3febe962e0d63dc87fbee31e59547a7
https://github.com/llvm/llvm-project/commit/768ccf69f3febe962e0d63dc87fbee31e59547a7
Author: Fangrui Song <i at maskray.me>
Date: 2025-04-06 (Sun, 06 Apr 2025)
Changed paths:
M llvm/include/llvm/MC/MCExpr.h
M llvm/lib/MC/MCExpr.cpp
Log Message:
-----------
MCSymbolRefExpr: Remove HasSubsectionsViaSymbolsBit
This information is only needed assembly time and we
can get it with Asm->getContext().getAsmInfo()->hasSubsectionsViaSymbols().
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