]> granicus.if.org Git - llvm/commit
[AArch64] Support COFF linker directives
authorMartin Storsjo <martin@martin.st>
Thu, 31 Aug 2017 08:28:48 +0000 (08:28 +0000)
committerMartin Storsjo <martin@martin.st>
Thu, 31 Aug 2017 08:28:48 +0000 (08:28 +0000)
commite6310c77e13473ba0ccae14226c44c69364cd101
tree06d81f4e9660cbd1209d3b4978ed79d3e66f8f3b
parent5c5cdb3c217ffdf67b15965fed66da72132dec6c
[AArch64] Support COFF linker directives

This is similar to what was done for ARM in SVN r269574; the code
and the test are straight copypaste to the corresponding AArch64
code and test directory.

Differential revision: https://reviews.llvm.org/D37204

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312223 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64AsmPrinter.cpp
test/CodeGen/AArch64/dllexport.ll [new file with mode: 0644]