[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / flang / test / Driver / missing-triple.ll
blob53269d53ee5506d108259f31b45b2b2ea0d55c84
1 ; Verify that the module triple is overridden by the driver - even when the
2 ; module triple is missing.
3 ; NOTE: At the time of writing, the tested behaviour was consistent with Clang
5 ; RUN: %flang_fc1 -S %s -o - 2>&1 | FileCheck %s
6 ; RUN: %flang -S  %s -o - 2>&1 | FileCheck %s
8 ; CHECK: warning: overriding the module target triple with {{.*}}
10 define void @foo() {
11   ret void