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

Shao-Ce SUN via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 22 20:42:12 PDT 2023


sunshaoce wrote:

In order to prevent the path from being too long and exceeding 80 characters, I have modified the style.

```
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|*                                                                            *|
|* ValueTypes Source Fragment                                                 *|
|*                                                                            *|
|* Automatically generated file, do not edit!                                 *|
|*                                                                            *|
\*===----------------------------------------------------------------------===*/

// Generated from: /XXXXXXXXXXXX/llvm/include/llvm/CodeGen/ValueTypes.td
```

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


More information about the llvm-commits mailing list