mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-20 03:55:48 -04:00

These can be used to print Clang target and effective triple. Differential Revision: https://reviews.llvm.org/D50755 llvm-svn: 339834
7 lines
201 B
C
7 lines
201 B
C
// Test that -print-target-triple prints correct triple.
|
|
|
|
// RUN: %clang -print-target-triple 2>&1 \
|
|
// RUN: --target=x86_64-linux-gnu \
|
|
// RUN: | FileCheck %s
|
|
// CHECK: x86_64-unknown-linux-gnu
|