/opt/IBM/openxlC/17.1.2/bin/ibm-clang_r -c -O2 -DSMALL_MATRIX_OPT -DGEMM_GEMV_FORWARD -DSBGEMM_GEMV_FORWARD -DMAX_STACK_ALLOC=2048 -fopenmp -DHAVE_P10_SUPPORT -Wall -DF_INTERFACE_IBM -fPIC -DDYNAMIC_ARCH -DSMP_SERVER -DUSE_OPENMP -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DMAX_PARALLEL_NUMBER=1 -DBUILD_BFLOAT16 -DBUILD_SINGLE=1 -DBUILD_DOUBLE=1 -DBUILD_COMPLEX=1 -DBUILD_COMPLEX16=1 -DVERSION="0.3.34.dev" -DUSE_OPENMP -fopenmp -fno-integrated-as -m64 -UASMNAME -UASMFNAME -UNAME -UCNAME -UCHAR_NAME -UCHAR_CNAME -DASMNAME=lsame -DASMFNAME=lsame_ -DNAME=lsame_ -DCNAME=lsame -DCHAR_NAME="lsame_" -DCHAR_CNAME="lsame" -DNO_AFFINITY -DTS= -I.. -DF_INTERFACE ../kernel/power/lsame.S -o lsame.o
Assembler:
/tmp/lsame-fa9d22.s: line 62: 1252-016 The specified opcode or pseudo-op is not valid.
Use supported instructions or pseudo-ops only.
.ibm-clang: error: assembler command failed with exit code 1 (use -v to see invocation)
Assembler:
/tmp/cabs-3215e4.s: line 62: 1252-016 The specified opcode or pseudo-op is not valid.
Use supported instructions or pseudo-ops only.
.ibm-clang: error: assembler command failed with exit code 1 (use -v to see invocation)
Assembler:
/tmp/cabs-153920.s: line 62: 1252-016 The specified opcode or pseudo-op is not valid.
Use supported instructions or pseudo-ops only.
.ibm-clang: error: assembler command failed with exit code 1 (use -v to see invocation)
make[1]: *** [Makefile:188: lsame.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:176: scabs1.o] Error 1
make[1]: *** [Makefile:179: dcabs1.o] Error 1
make[1]: Leaving directory '/home/buildusr/jenkins/workspace/OpenBLAS-openxl/OpenBLAS/kernel'
make: *** [Makefile:208: libs] Error 1
Checking the assembly file shows error pointing to "PROLOGUE_EXPORT".
Looks like the recent change from #5577 caused this regression on AIX.
/opt/IBM/openxlC/17.1.2/bin/ibm-clang_r -c -O2 -DSMALL_MATRIX_OPT -DGEMM_GEMV_FORWARD -DSBGEMM_GEMV_FORWARD -DMAX_STACK_ALLOC=2048 -fopenmp -DHAVE_P10_SUPPORT -Wall -DF_INTERFACE_IBM -fPIC -DDYNAMIC_ARCH -DSMP_SERVER -DUSE_OPENMP -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DMAX_PARALLEL_NUMBER=1 -DBUILD_BFLOAT16 -DBUILD_SINGLE=1 -DBUILD_DOUBLE=1 -DBUILD_COMPLEX=1 -DBUILD_COMPLEX16=1 -DVERSION="0.3.34.dev" -DUSE_OPENMP -fopenmp -fno-integrated-as -m64 -UASMNAME -UASMFNAME -UNAME -UCNAME -UCHAR_NAME -UCHAR_CNAME -DASMNAME=lsame -DASMFNAME=lsame_ -DNAME=lsame_ -DCNAME=lsame -DCHAR_NAME="lsame_" -DCHAR_CNAME="lsame" -DNO_AFFINITY -DTS= -I.. -DF_INTERFACE ../kernel/power/lsame.S -o lsame.o
Assembler:
/tmp/lsame-fa9d22.s: line 62: 1252-016 The specified opcode or pseudo-op is not valid.
Use supported instructions or pseudo-ops only.
.ibm-clang: error: assembler command failed with exit code 1 (use -v to see invocation)
Assembler:
/tmp/cabs-3215e4.s: line 62: 1252-016 The specified opcode or pseudo-op is not valid.
Use supported instructions or pseudo-ops only.
.ibm-clang: error: assembler command failed with exit code 1 (use -v to see invocation)
Assembler:
/tmp/cabs-153920.s: line 62: 1252-016 The specified opcode or pseudo-op is not valid.
Use supported instructions or pseudo-ops only.
.ibm-clang: error: assembler command failed with exit code 1 (use -v to see invocation)
make[1]: *** [Makefile:188: lsame.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:176: scabs1.o] Error 1
make[1]: *** [Makefile:179: dcabs1.o] Error 1
make[1]: Leaving directory '/home/buildusr/jenkins/workspace/OpenBLAS-openxl/OpenBLAS/kernel'
make: *** [Makefile:208: libs] Error 1
Checking the assembly file shows error pointing to "PROLOGUE_EXPORT".
Looks like the recent change from #5577 caused this regression on AIX.