[NFC] Fix typo in triples from unkown to unknown
authorQiu Chaofan <qiucofan@cn.ibm.com>
Thu, 2 Jul 2020 08:06:54 +0000 (16:06 +0800)
committerQiu Chaofan <qiucofan@cn.ibm.com>
Thu, 2 Jul 2020 08:21:54 +0000 (16:21 +0800)
clang/test/SemaOpenCL/block-array-capturing.cl
llvm/test/CodeGen/PowerPC/preemption.ll
llvm/test/CodeGen/WebAssembly/simd-shuffle-bitcast.ll
llvm/test/CodeGen/X86/codegen-prepare-collapse.ll
llvm/test/MC/WebAssembly/atomics-encodings.s
llvm/test/MC/WebAssembly/bulk-memory-encodings.s
llvm/test/MC/WebAssembly/simd-encodings.s
llvm/test/MC/WebAssembly/tail-call-encodings.s

index e8073fc..6ad4d1e 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -O0 -cl-std=CL2.0 -triple spir64-unkown-unkown -emit-llvm %s -o -| FileCheck %s
+// RUN: %clang_cc1 -O0 -cl-std=CL2.0 -triple spir64-unknown-unknown -emit-llvm %s -o -| FileCheck %s
 // expected-no-diagnostics
 
 typedef int (^block_t)();
index 9a0d81f..fc38ba4 100644 (file)
@@ -1,8 +1,8 @@
-; RUN: llc -mtriple powerpc64le-unkown-gnu-linux  -relocation-model=pic \
+; RUN: llc -mtriple powerpc64le-unknown-gnu-linux  -relocation-model=pic \
 ; RUN: < %s |  FileCheck %s
-; RUN: llc -mtriple powerpc64le-unkown-gnu-linux -relocation-model=static \
+; RUN: llc -mtriple powerpc64le-unknown-gnu-linux -relocation-model=static \
 ; RUN: < %s |  FileCheck --check-prefix=STATIC %s
-; RUN: llc -mtriple powerpc64le-unkown-gnu-linux -relocation-model=pic \
+; RUN: llc -mtriple powerpc64le-unknown-gnu-linux -relocation-model=pic \
 ; RUN: < %s |  FileCheck %s
 
 ; globals
index 7990608..b3e2db9 100644 (file)
@@ -5,7 +5,7 @@
 ; DAG combine, this ends up doing both a splat and a shuffle.
 
 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
-target triple = "wasm32-unknown-unkown"
+target triple = "wasm32-unknown-unknown"
 
 ; CHECK-LABEL: f32x4_splat:
 ; CHECK-NEXT: .functype f32x4_splat (f32) -> (v128){{$}}
index 18e3ef7..69843af 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -fast-isel=true -O1 -mtriple=x86_64-unkown-linux-gnu -start-before=codegenprepare -stop-after=codegenprepare -o - < %s | FileCheck %s
+; RUN: llc -fast-isel=true -O1 -mtriple=x86_64-unknown-linux-gnu -start-before=codegenprepare -stop-after=codegenprepare -o - < %s | FileCheck %s
 
 ; CHECK-LABEL: @foo
 define void @foo() {
index 119de8f..56dd90c 100644 (file)
@@ -1,4 +1,4 @@
-# RUN: llvm-mc -show-encoding -triple=wasm32-unkown-unknown -mattr=+atomics < %s | FileCheck %s
+# RUN: llvm-mc -show-encoding -triple=wasm32-unknown-unknown -mattr=+atomics < %s | FileCheck %s
 
 main:
   .functype main () -> ()
index 7047d64..d661932 100644 (file)
@@ -1,4 +1,4 @@
-# RUN: llvm-mc -show-encoding -triple=wasm32-unkown-unknown -mattr=+bulk-memory < %s | FileCheck %s
+# RUN: llvm-mc -show-encoding -triple=wasm32-unknown-unknown -mattr=+bulk-memory < %s | FileCheck %s
 
 main:
     .functype main () -> ()
index 2bb77c9..5818588 100644 (file)
@@ -1,4 +1,4 @@
-# RUN: llvm-mc -show-encoding -triple=wasm32-unkown-unknown -mattr=+unimplemented-simd128 < %s | FileCheck %s
+# RUN: llvm-mc -show-encoding -triple=wasm32-unknown-unknown -mattr=+unimplemented-simd128 < %s | FileCheck %s
 
 main:
     .functype main () -> ()
index 69839ad..405e633 100644 (file)
@@ -1,4 +1,4 @@
-# RUN: llvm-mc -show-encoding -triple=wasm32-unkown-unknown -mattr=+tail-call < %s | FileCheck %s
+# RUN: llvm-mc -show-encoding -triple=wasm32-unknown-unknown -mattr=+tail-call < %s | FileCheck %s
 
 bar1:
     .functype bar1 () -> ()