diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-01-20 03:04:50 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-01-20 03:04:50 +0000 |
| commit | 203655a9369e170931dcdc94b1899b9a4193722a (patch) | |
| tree | abce2a162485899745f5cbed8a831054fdc0e466 /libcxxabi/test | |
| parent | da656fe50e98a0d521cfa1718652701fcf0ae25d (diff) | |
| download | bcm5719-llvm-203655a9369e170931dcdc94b1899b9a4193722a.tar.gz bcm5719-llvm-203655a9369e170931dcdc94b1899b9a4193722a.zip | |
Fix link flags order in RUN command.
llvm-svn: 258277
Diffstat (limited to 'libcxxabi/test')
| -rw-r--r-- | libcxxabi/test/incomplete_type.sh.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/test/incomplete_type.sh.cpp b/libcxxabi/test/incomplete_type.sh.cpp index cd49ece6e89..699844597c7 100644 --- a/libcxxabi/test/incomplete_type.sh.cpp +++ b/libcxxabi/test/incomplete_type.sh.cpp @@ -16,7 +16,7 @@ // RUN: %cxx %flags %compile_flags -c %s -o %t.one.o // RUN: %cxx %flags %compile_flags -c %s -o %t.two.o -DTU_ONE -// RUN: %cxx %flags %link_flags -o %t.exe %t.one.o %t.two.o +// RUN: %cxx %flags %t.one.o %t.two.o %link_flags -o %t.exe // RUN: %exec %t.exe #include <stdio.h> |

