[lldb] Reinstate original guard variable check
authorRaphael Isemann <teemperor@gmail.com>
Wed, 14 Aug 2019 05:52:33 +0000 (05:52 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 14 Aug 2019 05:52:33 +0000 (05:52 +0000)
commitafd493ea2b6517ff7a74851b86f3f977470e80e6
tree99781a085cbcc6286e38877ecf5efde79f63e9c6
parent491ca2425d4a58bf1d732c5a051e5714a23ca198
[lldb] Reinstate original guard variable check

The isGuardVariableSymbol option for ignoring Microsoft's ABI
was originally added to get the bots green, but now that we found
the actual issue (that we checked for prefix instead of suffix
in the MS ABI check), we should be able to properly implement
the guard variable check without any strange Microsoft exceptions.

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