Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-offload-wrapper/
H A DClangOffloadWrapper.cpp549 std::string NotesTmpFileName = NotesTemp->TmpName; in addELFNotes() local
550 if (Error E = NotesTemp->keep(NotesTmpFileName)) { in addELFNotes()
551 handleErrorAsWarning(createFileError(NotesTmpFileName, std::move(E))); in addELFNotes()
562 std::string Option("--add-section=.note.openmp=" + NotesTmpFileName); in addELFNotes()