[PATCH] D85798: Split Preprocessor/init.c test. NFC.

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 14 08:54:51 PDT 2020


MaskRay added inline comments.


================
Comment at: clang/test/Preprocessor/init-ppc.c:390
+// PPC:#define __ppc__ 1
+//
+// RUN: %clang_cc1 -E -dM -ffreestanding -triple=powerpc-ibm-aix7.1.0.0 -fno-signed-char < /dev/null | FileCheck -match-full-lines -check-prefix PPC-AIX %s
----------------
Some `//` may be deleted. Without `//`, for example, in Vim, you can jump over these blocks with `{` and `}`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85798



More information about the cfe-commits mailing list