Issue 133566
Summary "gotoff" variant no longer supported
Labels backend:Hexagon
Assignees
Reporter androm3da
    The assembler rejects `@gotoff` qualifiers now:

```
$ echo 'r0 = ##abc@gotoff' | ./bin/llvm-mc -mv71 --arch=hexagon
<stdin>:1:12: error: invalid variant 'gotoff'
r0 = ##abc@gotoff
           ^
```

This change was bisected to 14951a5a3120e50084b3c5fb217e2d47992a24d1

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to