Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/
H A DCREDITS.TXT1 This file is a partial list of people who have contributed to the LLVM/CompilerRT
3 LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp2877 llvm::SmallString<32> CompilerRT = StringRef(""); in AddLinkRuntimeLibArgs() local
2878 CompilerRT += in AddLinkRuntimeLibArgs()
2882 CompilerRT += Args.hasArg(options::OPT_fPIC) ? "_pic" : "_static"; in AddLinkRuntimeLibArgs()
2884 AddLinkRuntimeLib(Args, CmdArgs, CompilerRT, RLO_IsEmbedded); in AddLinkRuntimeLibArgs()