alvinhochun added inline comments.

================
Comment at: 
lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFFProperties.td:13
+    EnumValues<"OptionEnumValues(g_abi_enums)">,
+    Desc<"A mapping of ABI override to use for specific modules. The module 
name is matched by its file name with extension. These versions are checked in 
sequence: exact, lowercase, exact with '.debug' suffix stripped, lowercase with 
'.debug' suffix stripped.">;
 }
----------------
DavidSpickett wrote:
> What are the values accepted for this?
It's the same enum as the setting `plugin.object-file.pe-coff.abi` added in 
D127048 - `default`, `msvc` and `gnu`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127234/new/

https://reviews.llvm.org/D127234

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to