Hi Naresh,
On Mon, Dec 19, 2022 at 08:47:32PM +0530, Naresh Kamboju wrote:
The MIPS tinyconfig with clang nightly build failed,
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Build warnings / errors, make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build LLVM=1 LLVM_IAS=0 ARCH=mips CROSS_COMPILE=mips-linux-gnu- HOSTCC=clang CC=clang tinyconfig
/tmp/calibrate-9ea8cf.s: Assembler messages: /tmp/calibrate-9ea8cf.s:134: Error: .module is not permitted after generating code /tmp/calibrate-9ea8cf.s:168: Error: .module is not permitted after generating code /tmp/calibrate-9ea8cf.s:192: Error: .module is not permitted after generating code /tmp/calibrate-9ea8cf.s:216: Error: .module is not permitted after generating code clang: error: assembler command failed with exit code 1 (use -v to see invocation) make[2]: *** [/builds/linux/scripts/Makefile.build:286: init/calibrate.o] Error 1
Thanks for the report. This is a toolchain regression that should hopefully be resolved soon:
https://reviews.llvm.org/D138179#4002068
https://reviews.llvm.org/D140270
Cheers, Nathan