summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/llvm-readobj.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2017-07-19 02:01:27 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2017-07-19 02:01:27 +0000
commitace2fa7da4da610d1792ed8bf9d1272366f98736 (patch)
tree217261b7953d17448b650e11a66ff271296133e3 /llvm/tools/llvm-readobj/llvm-readobj.cpp
parent08e5f6853bcc39b0695ef140b387851a8624270f (diff)
downloadbcm5719-llvm-ace2fa7da4da610d1792ed8bf9d1272366f98736.tar.gz
bcm5719-llvm-ace2fa7da4da610d1792ed8bf9d1272366f98736.zip
COFF: improve link conformance for import names
Improve the link conformance for the import name embedded into the import library. This requires the associated change to the LLVM portion for the DEF file parser. The import file generation embeds a different name based on whether the driver is invoked as "link" or "lib". Furthermore, the LIBRARY keyword in the DEF file influences the import name. The behaviour can be summarised according to the following table: | LIBRARY w/ ext | LIBRARY w/o ext | no LIBRARY -----+----------------+---------------------+------------------ LINK | {value} | {value}.{.dll/.exe} | {output name} LIB | {value} | {value}.dll | {output name}.dll llvm-svn: 308407
Diffstat (limited to 'llvm/tools/llvm-readobj/llvm-readobj.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud