From b03d1179e934cb99e30190835fea1e7f4a59ecad Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 30 Aug 2009 06:17:16 +0000 Subject: llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported for now. - Switch Emit{CommonSymbol,Zerofill} to take alignment in bytes (for consistency). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80484 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AsmParser/directive_lsym.s | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/MC') diff --git a/test/MC/AsmParser/directive_lsym.s b/test/MC/AsmParser/directive_lsym.s index 3d5403e..7b70cac 100644 --- a/test/MC/AsmParser/directive_lsym.s +++ b/test/MC/AsmParser/directive_lsym.s @@ -1,5 +1,10 @@ # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s +# FIXME: This is currently unsupported. If it turns out no one uses it, we +# should just rip it out. + +# XFAIL: * + # CHECK: TEST0: # CHECK: .lsym bar,foo # CHECK: .lsym baz,3 -- cgit v1.1