diff options
author | Alvin Wong <alvin@alvinhc.com> | 2022-06-22 16:16:04 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-06-22 17:16:06 +0300 |
commit | 3c867898c7be7ed2b5d119a2478a836a0c85f19b (patch) | |
tree | 6f70c547255711473403566fe17f1d6d649966e8 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 4d123783957e547009e55346bf3a8ae43a88fa14 (diff) | |
download | llvm-3c867898c7be7ed2b5d119a2478a836a0c85f19b.zip llvm-3c867898c7be7ed2b5d119a2478a836a0c85f19b.tar.gz llvm-3c867898c7be7ed2b5d119a2478a836a0c85f19b.tar.bz2 |
[lldb] Add setting to override PE/COFF ABI by module name
The setting `plugin.object-file.pe-coff.module-abi` is a string-to-enum
map that allows specifying an ABI to a module name. For example:
ucrtbase.dll=msvc
libstdc++-6.dll=gnu
This allows for debugging a process which mixes both modules built using
the MSVC ABI and modules built using the MinGW ABI.
Depends on D127048
Reviewed By: DavidSpickett
Differential Revision: https://reviews.llvm.org/D127234
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions