llvm-mc: Add -triple, and start fetching the target asm printer.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 17 Jul 2009 22:38:58 +0000 (22:38 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 17 Jul 2009 22:38:58 +0000 (22:38 +0000)
commitb4b53e5c13167925d6315a6f57c7b863e4e2b704
tree798dca05cc66cf81e982d211b009becd5d69df10
parentcbdf0e2455d78b047aec4141ec84cf96095bee16
llvm-mc: Add -triple, and start fetching the target asm printer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76257 91177308-0d34-0410-b5e6-96231b3b80d8
24 files changed:
lib/MC/TargetAsmParser.cpp [new file with mode: 0644]
test/MC/AsmParser/assignment.s
test/MC/AsmParser/directive_abort.s
test/MC/AsmParser/directive_align.s
test/MC/AsmParser/directive_ascii.s
test/MC/AsmParser/directive_comm.s
test/MC/AsmParser/directive_desc.s
test/MC/AsmParser/directive_dump_and_load.s
test/MC/AsmParser/directive_fill.s
test/MC/AsmParser/directive_include.s
test/MC/AsmParser/directive_lcomm.s
test/MC/AsmParser/directive_lsym.s
test/MC/AsmParser/directive_org.s
test/MC/AsmParser/directive_set.s
test/MC/AsmParser/directive_space.s
test/MC/AsmParser/directive_subsections_via_symbols.s
test/MC/AsmParser/directive_symbol_attrs.s
test/MC/AsmParser/directive_values.s
test/MC/AsmParser/directive_zerofill.s
test/MC/AsmParser/exprs.s
test/MC/AsmParser/x86_operands.s
tools/llvm-mc/CMakeLists.txt
tools/llvm-mc/Makefile
tools/llvm-mc/llvm-mc.cpp