aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorHafiz Abid Qadeer <hafiz_abid@mentor.com>2015-09-04 16:34:19 +0000
committerHafiz Abid Qadeer <hafiz_abid@mentor.com>2015-09-04 16:34:19 +0000
commit23a4df27abc1afe8512a66b5a1f6ac1112f12316 (patch)
tree35fa701d00063adae7b70617b74a30a055fd3139 /clang/lib/CodeGen/CodeGenModule.cpp
parente7a71480b092640693fec808232a9961a80c2b21 (diff)
downloadllvm-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