Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ccf43ca05cb1540f3d95a73b7b329bf926808c7b
/
.
/
lld
/
test
/
error-atom-content-byte-value.objtxt
blob: 4113cad5e2b829a1cccb3a9a7b107d9d233a0067 [
file
] [
log
] [
blame
]
# RUN: not lld-core %s 2> %t.err
# RUN: FileCheck < %t.err %s
#
# Test that an invalid hex byte produces a readable error.
#
---
atoms
:
-
name
:
entry
scope
:
hidden
content
:
[
A5
,
00
,
4G
,
1F
]
...
# CHECK: error: Invalid content hex byte
# CHECK: 4G