[flang-commits] [flang] [flang][Driver] Add support for -mllvm -print-pipeline-passes (PR #106141)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Tue Aug 27 03:57:38 PDT 2024
================
@@ -0,0 +1,10 @@
+! Test that -print-pipeline-passes works in flang
+
+! RUN: %flang_fc1 -triple x86_64-unknown-linux-gnu -emit-llvm-bc -o /dev/null -mllvm -print-pipeline-passes -O0 %s 2>&1 | FileCheck %s
----------------
tblah wrote:
Why does this need to specify the triple?
https://github.com/llvm/llvm-project/pull/106141
More information about the flang-commits
mailing list