Revert "[lldb] Reinstate original guard variable check"
authorRaphael Isemann <teemperor@gmail.com>
Wed, 14 Aug 2019 21:21:14 +0000 (21:21 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 14 Aug 2019 21:21:14 +0000 (21:21 +0000)
commit66214b581c4357748fdcad9e824a70bd9b7187aa
tree44a1cad5f3988e6837152c0dde0bbc2acc3e7e88
parent710ebb03ed52993e5218f4a2a67ced5f5229ba8f
Revert "[lldb] Reinstate original guard variable check"

It seems this breaks the following tests:
    lldb-Suite :: expression_command/call-function/TestCallUserDefinedFunction.py
    lldb-Suite :: expression_command/rdar42038760/TestScalarURem.py

Let's revert this patch and wait until we find an actual issue that could be
fixed by also doing the guard variable check on Windows.

llvm-svn: 368920
lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp