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