Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | ||
---|---|---|
202 ↗ | (On Diff #221302) | Please use aarch64-unknown-windows. |
Comment Actions
Since this (unlike most of your other patches in this series) is definitely adding new functionality, it would be good to accompany it with a test. The simplest way to do that should be via something like yaml2obj && lldb-test object-file | FileCheck. I'd recommend looking at lit/Modules/MachO/lc_version_min.yaml for inspiration.