Searched refs:ActiveIncludeOption (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-config/
H A Dllvm-config.cpp235 std::string ActiveIncludeOption; local
260 ActiveIncludeOption = ("-I" + ActiveIncludeDir + " " +
267 ActiveIncludeOption = "-I" + ActiveIncludeDir;
287 OS << ActiveIncludeOption << ' ' << LLVM_CPPFLAGS << '\n';
289 OS << ActiveIncludeOption << ' ' << LLVM_CFLAGS << '\n';
291 OS << ActiveIncludeOption << ' ' << LLVM_CXXFLAGS << '\n';

Completed in 1135 milliseconds