xref: /llvm-project/flang/test/Driver/dumpmachine.f90 (revision 1072fcd222468d36b1d4633f1a091a3376831ae3)
1! Test that -dumpmachine prints the target triple.
2
3! Note: Debian GCC may omit "unknown-".
4! RUN: %flang --target=x86_64-linux-gnu -dumpmachine | FileCheck %s --check-prefix=X86_64
5! X86_64: x86_64-unknown-linux-gnu
6
7! RUN: %flang --target=xxx-pc-freebsd -dumpmachine | FileCheck %s --check-prefix=FREEBSD
8! FREEBSD: xxx-pc-freebsd
9