[NFCI] Add a missing triple in clang/test/CodeGen/ppc64le-varargs-f128.c
authorYuanfang Chen <yuanfang.chen@sony.com>
Thu, 10 Dec 2020 02:16:45 +0000 (18:16 -0800)
committerYuanfang Chen <yuanfang.chen@sony.com>
Thu, 10 Dec 2020 02:17:34 +0000 (18:17 -0800)
clang/test/CodeGen/ppc64le-varargs-f128.c

index 7868fe3..3cc13c2 100644 (file)
@@ -12,7 +12,7 @@
 // RUN:   -target-feature +float128 -fopenmp -fopenmp-is-device -emit-llvm \
 // RUN:   -fopenmp-host-ir-file-path %t-ppc-host.bc -o - | FileCheck %s \
 // RUN:   -check-prefix=OMP-TARGET
-// RUN: %clang_cc1 %t-ppc-host.bc -emit-llvm -o - | FileCheck %s \
+// RUN: %clang_cc1 -triple ppc64le %t-ppc-host.bc -emit-llvm -o - | FileCheck %s \
 // RUN:   -check-prefix=OMP-HOST
 
 #include <stdarg.h>