Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp53 OptRuntimePath("rt-path", llvm::cl::desc("Specify the runtime library path"), variable
254 if (OptRuntimePath.empty()) { in main()
274 if (!rscd.buildForCompatLib(*s, OutputFilename.c_str(), nullptr, OptRuntimePath.c_str(), false)) { in main()