Searched refs:noimplib (Results 1 – 4 of 4) sorted by relevance
5 Test that /noimplib writes no .lib file8 …%S/Inputs/named.def -out:%t-out/library.dll %t-out/object.obj -entry:f -subsystem:console /noimplib11 Just make sure the normal stuff works and then we just add /noimplib19 …ut/library.dll %t-out/object.obj -entry:f -subsystem:console /implib:%t-out/nolibrary.lib /noimplib
144 bool noimplib = false; member
61 def noimplib : F<"noimplib">,
1724 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()