This fixes build warnings in MinGW mode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This looks fine. When you see a pattern like if(log) { LLDB_LOGF(...) }, feel free to delete the surrounding if(log). It is no longer necessary, and the reason it is still there is simply because Jonas's vim script wasn't smart enough to delete it in some cases.