brintos

brintos / llvm-project-archived public Read only

0
0
Text · 333 B · b687057 Raw
9 lines · plain
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_645! X86_64: x86_64-unknown-linux-gnu6 7! RUN: %flang --target=xxx-pc-freebsd -dumpmachine | FileCheck %s --check-prefix=FREEBSD8! FREEBSD: xxx-pc-freebsd9