diff options
author | Sebastian Pop <spop@codeaurora.org> | 2012-01-20 22:01:23 +0000 |
---|---|---|
committer | Sebastian Pop <spop@codeaurora.org> | 2012-01-20 22:01:23 +0000 |
commit | 422377cfd3a8e7ff74eba5db22540cd8d0c42807 (patch) | |
tree | a08e2b2459a37470efe08118af7cd531e536317b /clang/test/CodeGen/mips64-padding-arg.c | |
parent | e7b9d4342b10d8bff6e0ae38c80ef27877ebd73a (diff) | |
download | bcm5719-llvm-422377cfd3a8e7ff74eba5db22540cd8d0c42807.tar.gz bcm5719-llvm-422377cfd3a8e7ff74eba5db22540cd8d0c42807.zip |
rename -ccc-host-triple into -target
llvm-svn: 148582
Diffstat (limited to 'clang/test/CodeGen/mips64-padding-arg.c')
-rw-r--r-- | clang/test/CodeGen/mips64-padding-arg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/mips64-padding-arg.c b/clang/test/CodeGen/mips64-padding-arg.c index 6504a7eb9e1..b4dcfbace9d 100644 --- a/clang/test/CodeGen/mips64-padding-arg.c +++ b/clang/test/CodeGen/mips64-padding-arg.c @@ -1,4 +1,4 @@ -// RUN: %clang -ccc-host-triple mips64el-unknown-linux -ccc-clang-archs mips64el -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s +// RUN: %clang -target mips64el-unknown-linux -ccc-clang-archs mips64el -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s typedef struct { double d; |