diff options
author | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2015-09-04 16:34:19 +0000 |
---|---|---|
committer | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2015-09-04 16:34:19 +0000 |
commit | 23a4df27abc1afe8512a66b5a1f6ac1112f12316 (patch) | |
tree | 35fa701d00063adae7b70617b74a30a055fd3139 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | e7a71480b092640693fec808232a9961a80c2b21 (diff) | |
download | llvm-23a4df27abc1afe8512a66b5a1f6ac1112f12316.zip llvm-23a4df27abc1afe8512a66b5a1f6ac1112f12316.tar.gz llvm-23a4df27abc1afe8512a66b5a1f6ac1112f12316.tar.bz2 |
Use correct #ifdef check for ProcessWindowsLog::Terminate() call.
The call to ProcessWindowsLog::Initialize() is protected by #if defined(_MSC_VER).
But the call to ProcessWindowsLog::Terminate() was using __WIN32__. This commit
makes it use _MSC_VER too.
Committing as it seems obvious change.
llvm-svn: 246859
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions