[PATCH] D109362: [SystemZ][z/OS] Add GOFF Support to the DataLayout

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 16 09:45:03 PDT 2021


MaskRay added inline comments.


================
Comment at: clang/test/CodeGen/target-data.c:256
 
+// RUN: %clang_cc1 -triple s390x-none-zos -o - -emit-llvm %s | \
+// RUN: FileCheck %s -check-prefix=ZOS
----------------
If you add so many RUN lines at once, please use unittests instead. This would cost some test execution time


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109362



More information about the llvm-commits mailing list