[lldb] Fix Microsoft guard variable detection
authorRaphael Isemann <teemperor@gmail.com>
Tue, 13 Aug 2019 14:13:39 +0000 (14:13 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 13 Aug 2019 14:13:39 +0000 (14:13 +0000)
commita23b25031e48d03868095f22a5fd7af20870ccbd
treec7ff3dacbba484a56ca1d3f96dadd18483fbcb9c
parented9cc4079452e827c8cd0f6d4f18d1bbc3258f03
[lldb] Fix Microsoft guard variable detection

Apparently we need to check for a suffix, not a prefix. This broke
probably broke expression evaluation on Windows.

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