Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DMSP430.cpp125 SmallString<128> GCCRtPath; in MSP430ToolChain() local
126 llvm::sys::path::append(GCCRtPath, in MSP430ToolChain()
128 addPathIfExists(D, GCCRtPath, getFilePaths()); in MSP430ToolChain()