supply a simple-minded testcase for r156813, to check whether the embedded montavista gcc toolchain is recognized

llvm-svn: 157686
This commit is contained in:
Gabor Greif 2012-05-30 09:56:26 +00:00
parent f1e0b6cdf7
commit 0d1c121bf7
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1 @@
dummy file for gcc toolchain detection (crtbegin.o)

View File

@ -0,0 +1 @@
dummy file for gcc toolchain detection (libgcc.a)

View File

@ -0,0 +1,9 @@
// Test that the montavista gcc-toolchain is correctly detected
//
// RUN: %clang -print-libgcc-file-name 2>&1 \
// RUN: -target i686-montavista-linux \
// RUN: -gcc-toolchain %S/Inputs/montavista_i686_tree/usr \
// RUN: | FileCheck %s
// Test for header search toolchain detection.
// CHECK: montavista_i686_tree/usr/lib/gcc/i686-montavista-linux/4.2.0/libgcc.a