Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM (only one comment about two possible missing deps).
llvm/utils/gn/secondary/llvm/lib/Target/AVR/Disassembler/BUILD.gn | ||
---|---|---|
15 ↗ | (On Diff #221150) | I think we also need to add //llvm/lib/Target/AVR/TargetInfo and //llvm/lib/Target/AVR:LLVMAVRCodeGen. |
llvm/utils/gn/secondary/llvm/lib/Target/AVR/Disassembler/BUILD.gn | ||
---|---|---|
15 ↗ | (On Diff #221150) | Good catch, thanks! Done. At least Sparc and probably several other targets need something like this too; I'll do changes to existing targets in a follow-up. (And maybe, one day, working gn check…) |