Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp4438 StringRef FlagForCRT; in ProcessVSRuntimeLibrary() local
4445 FlagForCRT = "--dependent-lib=msvcrt"; in ProcessVSRuntimeLibrary()
4451 FlagForCRT = "--dependent-lib=msvcrtd"; in ProcessVSRuntimeLibrary()
4458 FlagForCRT = "--dependent-lib=libcmt"; in ProcessVSRuntimeLibrary()
4464 FlagForCRT = "--dependent-lib=libcmtd"; in ProcessVSRuntimeLibrary()
4473 CmdArgs.push_back(FlagForCRT.data()); in ProcessVSRuntimeLibrary()