f4a2713ac8
Change-Id: Ia40e9ffdf29b5dab2f122f673ff6802a58bc690f
9 lines
383 B
C
9 lines
383 B
C
// 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
|