Home
last modified time | relevance | path

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

/external/compiler-rt/
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
DCMakeLists.txt1 # CMake build for CompilerRT.
3 # This build assumes that CompilerRT is checked out into the
5 # Standalone build system for CompilerRT is not yet ready.
12 project(CompilerRT C CXX ASM) project
18 # The CompilerRT build system requires CMake version 2.8.8 or higher in order
/external/clang/lib/Driver/
DToolChains.cpp983 llvm::SmallString<32> CompilerRT = StringRef("libclang_rt."); in AddLinkRuntimeLibArgs() local
984 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()