commit | fb3b3bd1116264be385bfdf26b331e6f74390af7 | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Tue Sep 20 20:44:50 2016 +0000 |
committer | Zachary Turner <zturner@google.com> | Tue Sep 20 20:44:50 2016 +0000 |
tree | 587d57ecc4e0e07a5e9314e388631c2698610792 | |
parent | 08c1eb9b6354d19f0bb62948b3e5f15f6ca04907 [diff] [blame] |
[PECOFF] Use the COFF subsystem field when determining the Triple. Patch by walter erquinigo Differential revision: https://reviews.llvm.org/D24284 llvm-svn: 282013
diff --git a/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h b/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h index 2031382..b98c14c 100644 --- a/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h +++ b/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
@@ -128,6 +128,8 @@ uint32_t GetPluginVersion() override; + bool IsWindowsSubsystem(); + protected: bool NeedsEndianSwap() const;