[PATCH] D57786: [sanitizer] Enabled getpw_getgr.cc on iOS
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 18:05:12 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL364261: [sanitizer] Enabled getpw_getgr.cc on iOS (authored by vitalybuka, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D57786?vs=185399&id=206348#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57786/new/
https://reviews.llvm.org/D57786
Files:
compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc
Index: compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc
===================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc
@@ -1,5 +1,4 @@
// RUN: %clangxx %s -o %t && %run %t
-// UNSUPPORTED: ios
#include <assert.h>
#include <grp.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57786.206348.patch
Type: text/x-patch
Size: 412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190625/b4516ad0/attachment.bin>
More information about the llvm-commits
mailing list