[PATCH] D105834: [PowerPC] Semachecking for XL compat builtin icbt
Nemanja Ivanovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 12 14:34:38 PDT 2021
nemanjai added inline comments.
================
Comment at: clang/test/CodeGen/builtins-ppc-xlcompat-pwr8.c:1
+// RUN: %clang_cc1 -triple powerpc64-unknown-unknown -emit-llvm %s \
+// RUN: -target-cpu pwr8 -o - | FileCheck %s -check-prefix=CHECK-PWR8
----------------
Oh, I believe you're missing `REQUIRES: powerpc-registered-target` in this test case (please look at the requirements in the other builtins tests).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105834/new/
https://reviews.llvm.org/D105834
More information about the cfe-commits
mailing list