We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5132d commit fcb5a2bCopy full SHA for fcb5a2b
flang/test/Fir/convert-to-llvm-invalid.fir
@@ -1,6 +1,6 @@
1
// Test FIR to LLVM IR conversion invalid cases and diagnostics.
2
3
-// RUN: fir-opt --split-input-file --fir-to-llvm-ir --verify-diagnostics %s
+// RUN: fir-opt --split-input-file --fir-to-llvm-ir="target=x86_64-unknown-linux-gnu" --verify-diagnostics %s
4
5
func @zero_aggregate() {
6
// expected-error@+1{{failed to legalize operation 'fir.zero_bits'}}
flang/test/Fir/types-to-llvm.fir
// Test FIR types conversion.
-// RUN: fir-opt --split-input-file --fir-to-llvm-ir %s | FileCheck %s
+// RUN: fir-opt --split-input-file --fir-to-llvm-ir="target=x86_64-unknown-linux-gnu" %s | FileCheck %s
// Test sequence types `!fir.array`
0 commit comments