Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 38646 Build 38645: arc lint + arc unit
Event Timeline
| llvm/include/llvm/CodeGen/AsmPrinter.h | ||
|---|---|---|
| 353 | This works but is not ideal. | |
| llvm/include/llvm/CodeGen/CallingConvLower.h | ||
|---|---|---|
| 428 | Given that this is a public API it would be better to have a meaningful name - maybe use Alignment in the API and rename to CheckedAlignment in the implementation ? | |
| llvm/include/llvm/Support/OnDiskHashTable.h | ||
| 211 ↗ | (On Diff #222106) | remve llvm:: |
| llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | ||
| 509 | Alignment ? | |
| 2937–2938 | ditto | |
This works but is not ideal.