[PATCH] D89801: [SystemZ][z/OS] Set short-enums as the default for z/OS

Sean via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 20 09:25:20 PDT 2020


SeanP added inline comments.


================
Comment at: clang/test/Driver/zos-driver-defaults.c:1
+// RUN: %clang -### --target=s390x-none-zos -fsyntax-only %s 2>&1 | FileCheck %s
+// REQUIRES: clang-driver
----------------
Can you add an additional test for -fno-short-enum to make sure that works too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89801



More information about the cfe-commits mailing list