[Lldb-commits] [PATCH] D62213: [ABI] Implement Windows ABI for x86_64

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 27 00:06:52 PDT 2019


mgorny added inline comments.


================
Comment at: lldb/trunk/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp:231
+      case llvm::Triple::OSType::Solaris:
+      case llvm::Triple::OSType::UnknownOS:
+        return ABISP(new ABISysV_x86_64(process_sp));
----------------
There's NetBSD missing here. This broke our buildbots. I'll fix it but please be more careful in the future.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62213





More information about the lldb-commits mailing list