[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Driver / print-effective-triple.c
blobf621f20942bcedf7f2c9374ab89a31cbed2d3430
1 // Test that -print-target-triple prints correct triple.
3 // RUN: %clang -print-effective-triple \
4 // RUN: --target=thumb-linux-gnu 2>&1 \
5 // RUN: | FileCheck %s
6 // CHECK: armv4t-unknown-linux-gnu