mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-26 14:58:59 -04:00

Summary: Fixes test from r344941 which was broken on Windows. We want to check the selected toolchain rather than the found toolchain anyways. Reviewers: srhines, danalbert Reviewed By: srhines Subscribers: cfe-commits, bogner, pirama Differential Revision: https://reviews.llvm.org/D53529 llvm-svn: 344958
9 lines
345 B
C
9 lines
345 B
C
// Test that gcc-toolchain option works correctly with a aarch64-linux-gnu
|
|
// triple.
|
|
//
|
|
// RUN: %clang %s -### -v --target=aarch64-linux-gnu \
|
|
// RUN: --gcc-toolchain=%S/Inputs/basic_android_ndk_tree/ 2>&1 \
|
|
// RUN: | FileCheck %s
|
|
//
|
|
// CHECK: Selected GCC installation: {{.*}}/Inputs/basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9
|