[clang] 301f3da - [CLANG] Fix typo in test/CodeGen/c-strings.c
Muhammad Omair Javaid via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 20 01:00:51 PST 2022
Author: Muhammad Omair Javaid
Date: 2022-12-20T13:59:16+05:00
New Revision: 301f3da5162499965287338a0cd52309fb28e8b8
URL: https://github.com/llvm/llvm-project/commit/301f3da5162499965287338a0cd52309fb28e8b8
DIFF: https://github.com/llvm/llvm-project/commit/301f3da5162499965287338a0cd52309fb28e8b8.diff
LOG: [CLANG] Fix typo in test/CodeGen/c-strings.c
This patch fixes a typo in test/CodeGen/c-strings.c. Test was failing
on AArch64/Windows.
Added:
Modified:
clang/test/CodeGen/c-strings.c
Removed:
################################################################################
diff --git a/clang/test/CodeGen/c-strings.c b/clang/test/CodeGen/c-strings.c
index abb4a836477f6..988deee317d4c 100644
--- a/clang/test/CodeGen/c-strings.c
+++ b/clang/test/CodeGen/c-strings.c
@@ -1,4 +1,4 @@
-// XFAIL: taraget=aarch64-pc-windows-{{.*}}
+// XFAIL: target=aarch64-pc-windows-{{.*}}
// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=ITANIUM
// RUN: %clang_cc1 -triple %ms_abi_triple -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=MSABI
More information about the cfe-commits
mailing list