1 ## Show that yaml2obj rejects a symbol reference from a relocation if the symbol
4 # RUN: not yaml2obj %s -o %t 2>&1 | FileCheck %s
6 ## Check we are able to report multiple errors.
8 # CHECK: error: unknown symbol referenced: 'does_not_exist1' by YAML section '.rela.text'
9 # CHECK: error: unknown symbol referenced: 'does_not_exist2' by YAML section '.rela.text'
26 Symbol: does_not_exist1
28 Symbol: does_not_exist2