summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-09-23 22:41:46 +0000
committerRui Ueyama <ruiu@google.com>2013-09-23 22:41:46 +0000
commit5c59ab7f3dd19bf1590b5da4245d839b757d554f (patch)
treec48530ce7f44b80fde3cec684d31b35583a6483b /llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp
parente883f501bbd63c192c04f80f9e92fb81741f1c9a (diff)
downloadbcm5719-llvm-5c59ab7f3dd19bf1590b5da4245d839b757d554f.tar.gz
bcm5719-llvm-5c59ab7f3dd19bf1590b5da4245d839b757d554f.zip
[PECOFF] Ignore /delay and /delayload options.
These options are to enable DLL delay loading. If enabled, DLL is loaded at run time by a helper routine when a function in the DLL is actually called for the first time, instead of making the Windows loader to load all DLLs at startup time. This should shorten startup delay if an executable have many imported symbols. The linker needs to create a "delayed import table" and link delayimp.lib in which helper functions are defined to support the feature. For now, we just ignore the options, so that the linker does not complain when it sees these options. We want to support them in the future. llvm-svn: 191232
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud