Searched refs:CompilerRT (Results 1 – 2 of 2) sorted by relevance
1 This file is a partial list of people who have contributed to the LLVM/CompilerRT3 LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be
2889 llvm::SmallString<32> CompilerRT = StringRef(""); in AddLinkRuntimeLibArgs() local2890 CompilerRT += in AddLinkRuntimeLibArgs()2894 CompilerRT += Args.hasArg(options::OPT_fPIC) ? "_pic" : "_static"; in AddLinkRuntimeLibArgs()2896 AddLinkRuntimeLib(Args, CmdArgs, CompilerRT, RLO_IsEmbedded); in AddLinkRuntimeLibArgs()