Author: ericwf Date: Tue Jan 19 21:04:50 2016 New Revision: 258277 URL: http://llvm.org/viewvc/llvm-project?rev=258277&view=rev Log: Fix link flags order in RUN command.
Modified: libcxxabi/trunk/test/incomplete_type.sh.cpp Modified: libcxxabi/trunk/test/incomplete_type.sh.cpp URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/test/incomplete_type.sh.cpp?rev=258277&r1=258276&r2=258277&view=diff ============================================================================== --- libcxxabi/trunk/test/incomplete_type.sh.cpp (original) +++ libcxxabi/trunk/test/incomplete_type.sh.cpp Tue Jan 19 21:04:50 2016 @@ -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> _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits