[clang] [llvm][tblgen] Add `SourcePath` for `emitSourceFileHeader` (PR #65744)

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 25 20:29:05 PDT 2023


" + sys::path::filename(Record.getInputFilename()),"
In-Reply-To: <llvm/llvm-project/pull/65744/clang at github.com>


https://github.com/chapuni approved this pull request.

Looks good. 
At the moment, this doesn't emit `path` but `file name`.
Since I'll push reformatting, could you rebase, squash, and retitle before pushing?

I guess we could emit more fancy paths with `-I` include paths. It may be done in the future.

https://github.com/llvm/llvm-project/pull/65744


More information about the cfe-commits mailing list