[all-commits] [llvm/llvm-project] 5445a3: [RISCV] Detect empty extension name after parsing ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu May 2 10:08:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5445a35d6ef5e8b6d3aafd78c48167ef22eef0af
https://github.com/llvm/llvm-project/commit/5445a35d6ef5e8b6d3aafd78c48167ef22eef0af
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-05-02 (Thu, 02 May 2024)
Changed paths:
M llvm/lib/TargetParser/RISCVISAInfo.cpp
M llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
Log Message:
-----------
[RISCV] Detect empty extension name after parsing MajorVersion in parseNormalizedArchString. (#90790)
If the string is just a version, we will end up adding an empty string
as an extension which crashes in the compare function for the std::map.
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