[lldb] Disable testing entry values as memory location

The D67717 excludes such locations for now.

llvm-svn: 373074
This commit is contained in:
Djordje Todorovic 2019-09-27 12:16:29 +00:00
parent 7b8f546522
commit 06bc9d579c
1 changed files with 3 additions and 0 deletions

View File

@ -152,7 +152,10 @@ int main() {
func2(sink, 123);
// Test evaluation of "DW_OP_fbreg -24, DW_OP_deref" in the parent frame.
// Disabled for now, see: llvm.org/PR43343
#if 0
func3(sink, s1.field2);
#endif
// The sequences `main -> func4 -> func{5,6}_amb -> sink` are both plausible.
// Test that lldb doesn't attempt to guess which one occurred: entry value