nickdesaulniers added inline comments.

================
Comment at: clang/test/CodeGen/init-randomized-struct-fwd-decl.c:2
+// RUN: %clang_cc1 -triple=x86_64-unknown-linux -emit-llvm 
-frandomize-layout-seed=1234567890abcdef < %s | FileCheck %s
+// RUN: %clang_cc1 -triple=x86_64-unknown-linux -emit-llvm 
-frandomize-layout-seed=1234567890abcdef -DFORWARD_DECL < %s | FileCheck 
-check-prefix=FWD-DECL %s
+// PR60349
----------------
Is the second check prefix necessary? The check lines look the same to me, 
unless I'm missing something.

Removing it should let us also drop the redundant FWD-DECL lines below.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143300/new/

https://reviews.llvm.org/D143300

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to