Ulrich Weigand | bb68610 | 2014-07-20 23:06:03 +0000 | [diff] [blame] | 1 | |
2 | # RUN: not llvm-mc -triple powerpc64-unknown-unknown -filetype=obj < %s 2> %t | ||||
3 | # RUN: FileCheck < %t %s | ||||
4 | # RUN: not llvm-mc -triple powerpc64le-unknown-unknown -filetype=obj < %s 2> %t | ||||
5 | # RUN: FileCheck < %t %s | ||||
6 | |||||
7 | sym: | ||||
8 | .localentry sym, 123 | ||||
9 | |||||
10 | # CHECK: LLVM ERROR: .localentry expression cannot be encoded. | ||||
11 |