reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
// 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