diff options
Diffstat (limited to 'clang/test/CodeGen/mips64-f128-literal.c')
-rw-r--r-- | clang/test/CodeGen/mips64-f128-literal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/mips64-f128-literal.c b/clang/test/CodeGen/mips64-f128-literal.c index 2f01520a4f5..2284b2663a2 100644 --- a/clang/test/CodeGen/mips64-f128-literal.c +++ b/clang/test/CodeGen/mips64-f128-literal.c @@ -1,4 +1,4 @@ -// RUN: %clang -target mips64el-unknown-linux -ccc-clang-archs mips64el -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s +// RUN: %clang -ccc-host-triple mips64el-unknown-linux -ccc-clang-archs mips64el -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s typedef long double LD; |