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:
parent
f1e0b6cdf7
commit
0d1c121bf7
|
|
@ -0,0 +1 @@
|
|||
dummy file for gcc toolchain detection (crtbegin.o)
|
||||
|
|
@ -0,0 +1 @@
|
|||
dummy file for gcc toolchain detection (libgcc.a)
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue