Author: Yuanfang Chen
Date: 2020-12-09T18:17:34-08:00
New Revision: fc3942526f5c048759e90d10289ecef75410f728

URL: 
https://github.com/llvm/llvm-project/commit/fc3942526f5c048759e90d10289ecef75410f728
DIFF: 
https://github.com/llvm/llvm-project/commit/fc3942526f5c048759e90d10289ecef75410f728.diff

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

Added: 
    

Modified: 
    clang/test/CodeGen/ppc64le-varargs-f128.c

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/ppc64le-varargs-f128.c 
b/clang/test/CodeGen/ppc64le-varargs-f128.c
index 7868fe322ce8..3cc13c259977 100644
--- a/clang/test/CodeGen/ppc64le-varargs-f128.c
+++ b/clang/test/CodeGen/ppc64le-varargs-f128.c
@@ -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>


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to