[all-commits] [llvm/llvm-project] 9625b7: [gtest] Disable new posix::FOpen Windows implement...
Hans via All-commits
all-commits at lists.llvm.org
Thu Sep 28 12:11:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9625b74cdbc7576abd072dc8dbd94e07d5ea33b9
https://github.com/llvm/llvm-project/commit/9625b74cdbc7576abd072dc8dbd94e07d5ea33b9
Author: Hans Wennborg <hans at chromium.org>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M third-party/unittest/googletest/include/gtest/internal/gtest-port.h
Log Message:
-----------
[gtest] Disable new posix::FOpen Windows implementation for now
The new implementation was brought in with the gtest update in
a866ce789eb99da4d7a486eeb60a53be6c75f4fd, but it crashes when
building with rpmalloc, see
https://github.com/llvm/llvm-project/pull/65823#issuecomment-1739820534
Comment out the new implementation basically gives us the code
before the gtest update.
More information about the All-commits
mailing list