[NFCI] Add a missing triple in clang/test/CodeGen/ppc64le-varargs-f128.c

This commit is contained in:
Yuanfang Chen 2020-12-09 18:16:45 -08:00
parent 7127fd1786
commit fc3942526f
1 changed files with 1 additions and 1 deletions

View 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>