forked from OSchip/llvm-project
Fix x86-64-reloc-8.s test after r320416.
llvm-svn: 320423
This commit is contained in:
parent
9b8649c88d
commit
c40c5e520b
|
@ -10,6 +10,5 @@
|
|||
|
||||
// RUN: not ld.lld -shared %t %t2 -o %t4 2>&1 | FileCheck --check-prefix=ERROR %s
|
||||
// ERROR: relocation R_X86_64_8 out of range: 256 is not in [0, 255]
|
||||
// ERROR: relocation R_X86_64_8 out of range: 256 is not in [0, 255]
|
||||
|
||||
.byte foo
|
||||
|
|
Loading…
Reference in New Issue