[PATCH] D22586: [compiler-rt] Fix broken SymInitialize unittest
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 13:58:39 PDT 2016
rnk added inline comments.
================
Comment at: test/asan/TestCases/Windows/report_after_syminitialize.cc:12
@@ -11,3 +11,3 @@
// Make sure the RTL recovers from "fInvadeProcess=FALSE".
if (!SymInitialize(GetCurrentProcess(), 0, FALSE))
return 42;
----------------
Doesn't this fail, though?
https://reviews.llvm.org/D22586
More information about the llvm-commits
mailing list