reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 | // RUN: not llvm-mc -triple arm-apple-darwin %s 2> %t // RUN: FileCheck -input-file %t %s // CHECK: error: brackets expression not supported on this target .byte [4-3] |