[PATCH] D14278: Fix unit tests on Windows: handle env vars with non-ASCII chars.
Yaron Keren via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 3 03:27:47 PST 2015
yaron.keren added a subscriber: yaron.keren.
================
Comment at: unittests/Support/ProgramTest.cpp:64
@@ +63,3 @@
+ // On Windows we have to take UTF16 encoded env vars and convert them to UTF8.
+ static std::vector<std::string> storage; // Helper storage for converted vars.
+ storage.clear();
----------------
Will this unit test never run multithreaded?
Repository:
rL LLVM
http://reviews.llvm.org/D14278
More information about the llvm-commits
mailing list