Re: [PATCH v2 1/2] ARM: drop WASM to work around LLVM issue

2019-03-19 Thread Stefan Agner
On 18.03.2019 19:09, Nick Desaulniers wrote: > On Sun, Mar 17, 2019 at 4:05 PM Stefan Agner wrote: >> >> Currently LLVM's integrated assembler does not recognize .w form >> of the pld instructions (LLVM Bug 40972 [0]): >> >> ./arch/arm/include/asm/processor.h:133:5: error: invalid instruction >>

Re: [PATCH v2 1/2] ARM: drop WASM to work around LLVM issue

2019-03-18 Thread Nick Desaulniers
On Sun, Mar 17, 2019 at 4:05 PM Stefan Agner wrote: > > Currently LLVM's integrated assembler does not recognize .w form > of the pld instructions (LLVM Bug 40972 [0]): > > ./arch/arm/include/asm/processor.h:133:5: error: invalid instruction > "pldw.w\t%a0 \n" >

[PATCH v2 1/2] ARM: drop WASM to work around LLVM issue

2019-03-17 Thread Stefan Agner
Currently LLVM's integrated assembler does not recognize .w form of the pld instructions (LLVM Bug 40972 [0]): ./arch/arm/include/asm/processor.h:133:5: error: invalid instruction "pldw.w\t%a0 \n" ^ :2:1: note: instantiated into assembly her