[Lldb-commits] [PATCH] D67869: [ABISysV] Fix regression for Simulator and MacABI
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 23 10:26:16 PDT 2019
aprantl added inline comments.
================
Comment at: lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp:231
+ case llvm::Triple::OSType::WatchOS:
+ switch(os_env) {
+ case llvm::Triple::EnvironmentType::Simulator:
----------------
clang-format?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67869/new/
https://reviews.llvm.org/D67869
More information about the lldb-commits
mailing list