Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp917 raw_string_ostream FlagFile(FlagFileContents); in TEST() local
918 FlagFile << "-option_x\n"; in TEST()
919 FS.addFile(FlagFilePath, 0, MemoryBuffer::getMemBuffer(FlagFile.str())); in TEST()