Home
last modified time | relevance | path

Searched refs:noimplib (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/test/COFF/
H A Dnoimplib.test5 Test that /noimplib writes no .lib file
8 …%S/Inputs/named.def -out:%t-out/library.dll %t-out/object.obj -entry:f -subsystem:console /noimplib
11 Just make sure the normal stuff works and then we just add /noimplib
19 …ut/library.dll %t-out/object.obj -entry:f -subsystem:console /implib:%t-out/nolibrary.lib /noimplib
/llvm-project-15.0.7/lld/COFF/
H A DConfig.h144 bool noimplib = false; member
H A DOptions.td61 def noimplib : F<"noimplib">,
H A DDriver.cpp1724 config->noimplib = args.hasArg(OPT_noimplib); in linkerMain()
2075 if (!config->noimplib) in linkerMain()
2334 if (!config->noimplib && (!config->mingw || !config->implib.empty())) in linkerMain()