mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
da9ac1c3d1
This patch changes the code to use a modern unwrapOrError(StringRef Input, Expected<T> EO) version that contains the input source name and removes the deprecated version. Differential revision: https://reviews.llvm.org/D65946 llvm-svn: 368428
8 lines
259 B
ArmAsm
8 lines
259 B
ArmAsm
// REQUIRES: x86-registered-target
|
|
// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | not llvm-readobj -r - 2>&1 | FileCheck %s
|
|
|
|
// CHECK: error: '<stdin>': invalid packed relocation header
|
|
|
|
.section .rela.dyn, "a", @0x60000001
|
|
.ascii "APS9"
|