Author: Aaron Ballman Date: 2022-04-16T11:10:57-04:00 New Revision: 5a4980cc954faa6e39538bfcf62fe7c449d468d3
URL: https://github.com/llvm/llvm-project/commit/5a4980cc954faa6e39538bfcf62fe7c449d468d3 DIFF: https://github.com/llvm/llvm-project/commit/5a4980cc954faa6e39538bfcf62fe7c449d468d3.diff LOG: 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 Added: Modified: clang/test/Sema/init-randomized-struct.c Removed: ################################################################################ diff --git a/clang/test/Sema/init-randomized-struct.c b/clang/test/Sema/init-randomized-struct.c index 7ce19165921e3..87842e1f19e80 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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits