1 # RUN: yaml2obj %s -o %t -DMACHINE=HEXAGON
2 # RUN: not llvm-objcopy %t %t2 2>&1 >/dev/null | FileCheck %s -DINDEX=65280
3 # RUN: yaml2obj %s -o %t -DMACHINE=MIPS
4 # RUN: not llvm-objcopy %t %t2 2>&1 >/dev/null | FileCheck %s -DINDEX=65283
14 Index: SHN_[[MACHINE]]_SCOMMON
17 # CHECK: symbol 'test' has unsupported value greater than or equal to SHN_LORESERVE: [[INDEX]]