diff options
author | yingopq <115543042+yingopq@users.noreply.github.com> | 2025-07-28 09:07:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-28 09:07:51 +0800 |
commit | 778fb76e6308534a63239a91b98f5dad055f6fdb (patch) | |
tree | 31cfbb3fdccf61a00d977b7c997fd4b192408563 /clang/lib/Frontend/TestModuleFileExtension.cpp | |
parent | 22c9236f5043367b0f68584031f86fa8438f859f (diff) | |
download | llvm-778fb76e6308534a63239a91b98f5dad055f6fdb.zip llvm-778fb76e6308534a63239a91b98f5dad055f6fdb.tar.gz llvm-778fb76e6308534a63239a91b98f5dad055f6fdb.tar.bz2 |
[Mips] Fix wrong ELF FP ABI info when inline asm was empty (#146457)
When Mips process emitStartOfAsmFile and updateABIInfo, it did not know
the real value of IsSoftFloat and STI.useSoftFloat(). And when inline
asm instruction was empty, Mips did not process asm parser, so it would
not do TS.updateABIInfo(STI) again and at this time the value of
IsSoftFloat is correct.
Fix #135283.
Diffstat (limited to 'clang/lib/Frontend/TestModuleFileExtension.cpp')
0 files changed, 0 insertions, 0 deletions