[all-commits] [llvm/llvm-project] 233cca: [ARM, Hexagon] Ignore IsVerboseAsm parameter in fav...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jul 21 10:03:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 233cca169237b91d16092c82bd55ee6a283afe98
https://github.com/llvm/llvm-project/commit/233cca169237b91d16092c82bd55ee6a283afe98
Author: Fangrui Song <i at maskray.me>
Date: 2024-07-21 (Sun, 21 Jul 2024)
Changed paths:
M llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
Log Message:
-----------
[ARM,Hexagon] Ignore IsVerboseAsm parameter in favor of MCStreamer::isVerboseAsm()
... to improve consistency. Most targets don't use VerboseAsm. When they
do (X86, SystemZ), they use MCStreamer::isVerboseAsm().
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