[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Driver / print-target-triple.c
blob70b2493a6fae0284788e605091174218d2c4b950
1 // Test that -print-target-triple prints correct triple.
3 // RUN: %clang -print-target-triple 2>&1 \
4 // RUN: --target=x86_64-linux-gnu \
5 // RUN: | FileCheck %s
6 // CHECK: x86_64-unknown-linux-gnu