Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-config/
Dllvm-config.cpp327 std::string ActivePrefix, ActiveBinDir, ActiveIncludeDir, ActiveLibDir, in main() local
331 ActiveIncludeDir = std::string(LLVM_SRC_ROOT) + "/include"; in main()
356 ("-I" + ActiveIncludeDir + " " + "-I" + ActiveObjRoot + "/include"); in main()
362 ActiveIncludeDir = std::string(Path.str()); in main()
375 ActiveIncludeOption = "-I" + ActiveIncludeDir; in main()
530 OS << ActiveIncludeDir << '\n'; in main()