[all-commits] [llvm/llvm-project] 1ee8fe: [Mips] Fix clang compile error when -march=p5600 w...
yingopq via All-commits
all-commits at lists.llvm.org
Tue Apr 15 02:01:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ee8fe810fab9f660b72585a782a449c8f83d8e6
https://github.com/llvm/llvm-project/commit/1ee8fe810fab9f660b72585a782a449c8f83d8e6
Author: yingopq <115543042+yingopq at users.noreply.github.com>
Date: 2025-04-15 (Tue, 15 Apr 2025)
Changed paths:
M clang/lib/Basic/Targets/Mips.cpp
M clang/test/Driver/mips-abi.c
Log Message:
-----------
[Mips] Fix clang compile error when -march=p5600 with -mmsa (#132679)
When -march=p5600 with -mmsa, the result of getISARev is 0, so report
error. Append p5600 to cases mips32r5.
Fix #91948.
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