llvm-project/lld/test/MinGW
Martin Storsjo c92b3563c6 [MinGW] Add an lld specific option for requesting to delay load libraries
With GNU tools, delayload is handled completely differently. (One
creates a specific delayload import library using dlltool and then
links against it instead of the normal import library.)

Instead of requiring using -Xlink=-delayload:lib.dll, we can provide
an lld specific option for this.

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

llvm-svn: 367837
2019-08-05 11:57:06 +00:00
..
driver.test [MinGW] Add an lld specific option for requesting to delay load libraries 2019-08-05 11:57:06 +00:00
lib.test [MinGW] Only apply -Bstatic to following libraries 2017-09-13 19:29:44 +00:00