Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
H A DCMakeLists.txt1 # CMake build for CompilerRT.
10 project(CompilerRT C CXX ASM) project
/openbsd-src/gnu/llvm/compiler-rt/cmake/
H A Dbase-config-ix.cmake1 # The CompilerRT build system requires CMake version 2.8.8 or higher in order
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.cpp2759 llvm::SmallString<32> CompilerRT = StringRef(""); in AddLinkRuntimeLibArgs() local
2760 CompilerRT += in AddLinkRuntimeLibArgs()
2764 CompilerRT += Args.hasArg(options::OPT_fPIC) ? "_pic" : "_static"; in AddLinkRuntimeLibArgs()
2766 AddLinkRuntimeLib(Args, CmdArgs, CompilerRT, RLO_IsEmbedded); in AddLinkRuntimeLibArgs()