[PATCH] D72014: [PowerPC]: Add powerpcspe target triple subarch component

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 30 14:06:46 PST 2019


arichardson added inline comments.


================
Comment at: clang/test/Preprocessor/init.c:7628
+// PPC32-SPE-TGT:#define __SPE__ 1
 // 
 // RUN: %clang_cc1 -E -dM -ffreestanding -triple=powerpc-unknown-linux-gnu -target-cpu 8548 < /dev/null | FileCheck -match-full-lines -check-prefix PPC8548 %s
----------------
These seem to be checking the same defines. It's it possible to reuse the existing `-check-prefix PPC32-SPE` for new newly added command?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72014





More information about the llvm-commits mailing list