bolt/deps/llvm-18.1.8/flang/test/Driver/target-machine-error.f90
2025-02-14 19:21:04 +01:00

6 lines
313 B
Fortran

! RUN: not %flang --target=some-invalid-triple -S %s -o \
! RUN: /dev/null 2>&1 | FileCheck %s
! RUN: not %flang_fc1 -triple some-invalid-triple -S %s -o \
! RUN: /dev/null 2>&1 | FileCheck %s
! CHECK: error: unable to create target: 'No available targets are compatible with triple "some-invalid-triple"'