If a log message is triggered between execv and child, this test fails.
In the meantime, disable the test to unblock CI
rdar://
74992832
Reviewed By: delcypher
Differential Revision: https://reviews.llvm.org/D98453
// lld - see https://bugs.llvm.org/show_bug.cgi?id=45076.
// UNSUPPORTED: android, powerpc
+// Deflake this test before reinabling for darwin (rdar://74992832)
+// UNSUPPORTED: darwin
+
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>