[Lldb-commits] [PATCH] D84716: [lldb/ArchSpec] Always match simulator environment in IsEqualTo
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 31 17:24:57 PDT 2020
aprantl added inline comments.
Herald added a subscriber: JDevlieghere.
================
Comment at: lldb/unittests/Utility/ArchSpecTest.cpp:315
+ ASSERT_FALSE(B.IsCompatibleMatch(A));
+ ASSERT_FALSE(B.IsCompatibleMatch(A));
+ }
----------------
We want to be *really* sure of this? :-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84716/new/
https://reviews.llvm.org/D84716
More information about the lldb-commits
mailing list