mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-16 00:38:58 +00:00
![Krzysztof Parzyszek](/assets/img/avatar_default.png)
Changes include: - Updates to the instruction descriptor flags. - Improvements to the packet shuffler and checker. - Updates to the handling of certain relocations. - Better handling of duplex instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294226 91177308-0d34-0410-b5e6-96231b3b80d8
5 lines
139 B
ArmAsm
5 lines
139 B
ArmAsm
# RUN: not llvm-mc -arch=hexagon -filetype=asm junk123.s 2>%t ; FileCheck %s < %t
|
|
#
|
|
|
|
# CHECK: junk123.s: {{[N|n]}}o such file or directory
|