Xamarin Public Jenkins (auto-signing) 468663ddbb Imported Upstream version 6.10.0.49
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
2020-01-16 16:38:04 +00:00

9 lines
323 B
ArmAsm

# RUN: not llvm-mc -triple i386-apple-darwin -filetype=obj -o /dev/null %s 2>&1 | FileCheck %s
# NOTE: apple-darwin portion of the triple is to enforce the convention choice
# of what an assembler local symbol looks like (i.e., 'L' prefix.)
# CHECK: error: assembler local symbol 'Lbar' not defined
foo:
jmp Lbar