[clang] [llvm] [Hexagon] NFC: Reduce the amount of version-specific code (PR #145812)
Alexey Karyakin via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 27 10:34:32 PDT 2025
================
@@ -70,6 +70,8 @@ MCRegisterInfo *createHexagonMCRegisterInfo(StringRef TT);
namespace Hexagon_MC {
StringRef selectHexagonCPU(StringRef CPU);
+ /** Return a set of extra features to set. The returned set is not a
+ * transitive closure. */
----------------
quic-akaryaki wrote:
Done.
https://github.com/llvm/llvm-project/pull/145812
More information about the llvm-commits
mailing list