[Orc] Add a new JITSymbol constructor to build a symbol from an existing address.
[oota-llvm.git] / test / Assembler / invalid-uselistorder_bb-not-func.ll
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2 ; CHECK: error: expected function name in uselistorder_bb
3 @global = global i1 0
4 uselistorder_bb @global, %bb, { 1, 0 }