From 5a4980cc954faa6e39538bfcf62fe7c449d468d3 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Sat, 16 Apr 2022 11:10:57 -0400 Subject: [PATCH] Revert "[randstruct] Force errors for all platforms" This reverts commit 2a404cdfd8bc75de593ce0e15fff0a7a0a18ec1c. It didn't address the built bot failures. https://lab.llvm.org/buildbot/#/builders/171/builds/13231 https://lab.llvm.org/buildbot/#/builders/186/builds/5520 --- clang/test/Sema/init-randomized-struct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Sema/init-randomized-struct.c b/clang/test/Sema/init-randomized-struct.c index 7ce1916..87842e1 100644 --- a/clang/test/Sema/init-randomized-struct.c +++ b/clang/test/Sema/init-randomized-struct.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -verify -fsyntax-only -Werror -frandomize-layout-seed=1234567890abcdef +// RUN: %clang_cc1 %s -verify -fsyntax-only -frandomize-layout-seed=1234567890abcdef // Initializing a randomized structure requires a designated initializer, // otherwise the element ordering will be off. The only exceptions to this rule -- 2.7.4