[clang] 6288f70 - [lit] Fix typo in REQUIRES clause
Paul Robinson via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 31 13:15:19 PDT 2022
Author: Paul Robinson
Date: 2022-10-31T13:15:09-07:00
New Revision: 6288f70bda7438c7d249a4d54d8317172bce2b88
URL: https://github.com/llvm/llvm-project/commit/6288f70bda7438c7d249a4d54d8317172bce2b88
DIFF: https://github.com/llvm/llvm-project/commit/6288f70bda7438c7d249a4d54d8317172bce2b88.diff
LOG: [lit] Fix typo in REQUIRES clause
Added:
Modified:
clang/test/CodeGen/PowerPC/builtins-ppc-xlcompat-load-store-reversed-64bit-only.c
Removed:
################################################################################
diff --git a/clang/test/CodeGen/PowerPC/builtins-ppc-xlcompat-load-store-reversed-64bit-only.c b/clang/test/CodeGen/PowerPC/builtins-ppc-xlcompat-load-store-reversed-64bit-only.c
index ba97bfa199103..8053516f60175 100644
--- a/clang/test/CodeGen/PowerPC/builtins-ppc-xlcompat-load-store-reversed-64bit-only.c
+++ b/clang/test/CodeGen/PowerPC/builtins-ppc-xlcompat-load-store-reversed-64bit-only.c
@@ -1,4 +1,4 @@
-// REQUIRES: powerpc-registered-target.
+// REQUIRES: powerpc-registered-target
// RUN: %clang_cc1 -triple powerpc64-unknown-linux-gnu \
// RUN: -emit-llvm %s -o - -target-cpu pwr7 | FileCheck %s
// RUN: %clang_cc1 -triple powerpc64le-unknown-linux-gnu \
More information about the cfe-commits
mailing list