[PATCH] D19982: FileOutputBuffer : Fix undefined behavior on windows

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 18:54:37 PDT 2016


ruiu added a comment.

What is the problem you are trying to fix? The current code is working fine for both non-Windows and Windows. This patch would make this function very slow on Windows.


Repository:
  rL LLVM

http://reviews.llvm.org/D19982





More information about the llvm-commits mailing list