[PATCH] D133845: [llvm] increase upper bound for size in global structs

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 16:45:56 PDT 2022


efriedma added inline comments.


================
Comment at: llvm/test/CodeGen/X86/big-array-init.ll:1
+; RUN: llc < %s
+
----------------
RUN like is missing a target triple, so it will break if the compiler's default target isn't x86_64.  RUN line is missing a FileCheck invocation, so nothing actually examines the CHECK lines.  Look at other tests for examples.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133845



More information about the llvm-commits mailing list