Home
last modified time | relevance | path

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

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