[PATCH] D105834: [PowerPC] Semachecking for XL compat builtin icbt
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 20 10:52:49 PDT 2021
MaskRay added inline comments.
================
Comment at: clang/test/CodeGen/builtins-ppc-xlcompat-pwr8.c:10
+// RUN: -target-cpu pwr8 -o - | FileCheck %s -check-prefix=CHECK-PWR8
+// RUN: not %clang_cc1 -triple powerpc64-unknown-unknown -emit-llvm %s \
+// RUN: -target-cpu pwr7 2>&1 | FileCheck %s -check-prefix=CHECK-NOPWR8
----------------
This will attempt to write a file in srcdir which can cause an error if srcdir is in a readonly filesystem.
I added `-o -` in e8bc871ca2780788ad580bb23ef2621b09e6394b
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105834/new/
https://reviews.llvm.org/D105834
More information about the llvm-commits
mailing list