[all-commits] [llvm/llvm-project] 416c7b: [ARM] Remove unneeded global inits (NFCI) (#129299)
JP Hafer via All-commits
all-commits at lists.llvm.org
Sun Mar 2 03:03:54 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 416c7b370e3285b06b36a0b853b70070b8741f10
https://github.com/llvm/llvm-project/commit/416c7b370e3285b06b36a0b853b70070b8741f10
Author: JP Hafer <146973677+jph-13 at users.noreply.github.com>
Date: 2025-03-02 (Sun, 02 Mar 2025)
Changed paths:
M llvm/include/llvm/TargetParser/ARMTargetParser.h
Log Message:
-----------
[ARM] Remove unneeded global inits (NFCI) (#129299)
Theses consts in ASMTargetParser were causing unnecessary global
initialization fuctions.
_GLOBAL__sub_I_ARMTargetParser.cpp
_GLOBAL__sub_I_Triple.cpp
Both functions init the same consts. I messed up the first PR on this
sorry.
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