[all-commits] [llvm/llvm-project] c348ab: Revert D138179 "MIPS: fix build from IR files, nan...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Dec 22 11:49:08 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c348abce68ac422bf3842de3943ca7463e3a814f
https://github.com/llvm/llvm-project/commit/c348abce68ac422bf3842de3943ca7463e3a814f
Author: Fangrui Song <i at maskray.me>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M clang/lib/Driver/ToolChains/Arch/Mips.cpp
M clang/test/Driver/mips-as.c
M clang/test/Driver/mips-integrated-as.s
M llvm/lib/Target/Mips/MipsAsmPrinter.cpp
R llvm/test/CodeGen/Mips/abiflags-2008-fp64.ll
Log Message:
-----------
Revert D138179 "MIPS: fix build from IR files, nan2008 and FpAbi"
This reverts commit 9739bb81aed490bfcbcbbac6970da8fb7232fd34.
It causes `.module is not permitted after generating code`
for Linux kernel's `ARCH=mips 32r1_defconfig` clang+GNU as build.
It's confirmed as a defect, but the proper fix needs time to sort out.
More information about the All-commits
mailing list