[PATCH] D85324: [SystemZ][z/OS] Add z/OS Target and define macros
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 26 10:34:06 PDT 2020
MaskRay added inline comments.
================
Comment at: clang/test/Preprocessor/init-zos.c:4
+
+// S390X-ZOS-GNUXX:#define _EXT 1
+// S390X-ZOS:#define _LONG_LONG 1
----------------
--match-full-lines is different from --match-full-lines --strict-whitespace. You can freely add leading and trailing spaces to align `#` for readability.
Might not be necessary changing now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85324/new/
https://reviews.llvm.org/D85324
More information about the cfe-commits
mailing list