Searched refs:CompilerRT (Results 1 – 3 of 3) 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
1 # CMake build for CompilerRT.3 # This build assumes that CompilerRT is checked out into the5 # Standalone build system for CompilerRT is not yet ready.12 project(CompilerRT C CXX ASM) project18 # The CompilerRT build system requires CMake version 2.8.8 or higher in order
983 llvm::SmallString<32> CompilerRT = StringRef("libclang_rt."); in AddLinkRuntimeLibArgs() local984 CompilerRT += in AddLinkRuntimeLibArgs()988 CompilerRT += Args.hasArg(options::OPT_fPIC) ? "_pic.a" : "_static.a"; in AddLinkRuntimeLibArgs()990 AddLinkRuntimeLib(Args, CmdArgs, CompilerRT, false, true); in AddLinkRuntimeLibArgs()