hubert.reinterpretcast added inline comments.

================
Comment at: llvm/test/CodeGen/PowerPC/aix-extern-weak.ll:9
+; RUN: -mattr=-altivec -filetype=obj -o %t.o < %s
+; RUN: llvm-readobj  --symbols %t.o | FileCheck --check-prefix=CHECKSYM %s
+
----------------
No need for two consecutive spaces here.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-extern-weak.ll:45
+
+; CHECK-NOT:      .weak   .foo_ext_weak_ref
+; COMMON:         .csect  .data[RW]
----------------
This has a prefix that is not checked by the `RUN` lines. Note also that it 
would only prevent the appearance of the subject line until the next positive 
match. Running FileCheck a second time on the same output may be necessary to 
check that it does not appear anywhere in an active manner. The passive method 
is to count on the block of `COMMON-NEXT` to exclude it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76932



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

Reply via email to