teak-llvm/llvm/lib/Target/MSP430/AsmParser
Anton Korobeynikov 411773d227 [MSP430] Add support for .refsym directive
Introduces support for '.refsym' assembler directive.

From GCC docs (for MSP430):
'.refsym' - This directive instructs assembler to add an undefined reference
to the symbol following the directive. No relocation is created for this symbol;
it will exist purely for pulling in object files from archives.

Patch by Kristina Bessonova!

Differential Revision: https://reviews.llvm.org/D54618

llvm-svn: 347041
2018-11-16 09:50:24 +00:00
..
CMakeLists.txt Add missed files from prev. commit 2018-11-15 12:35:04 +00:00
LLVMBuild.txt Add missed files from prev. commit 2018-11-15 12:35:04 +00:00
MSP430AsmParser.cpp [MSP430] Add support for .refsym directive 2018-11-16 09:50:24 +00:00