Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Driver/ToolChains/
H A DMSP430.cpp124 SmallString<128> GCCRtPath; in MSP430ToolChain() local
125 llvm::sys::path::append(GCCRtPath, in MSP430ToolChain()
127 addPathIfExists(D, GCCRtPath, getFilePaths()); in MSP430ToolChain()