[flang-commits] [clang] [flang] [Flang][Driver] Enable the -B option (PR #109965)
Fangrui Song via flang-commits
flang-commits at lists.llvm.org
Wed Sep 25 10:18:35 PDT 2024
================
@@ -0,0 +1,23 @@
+! Check -B driver option.
+!
+! Target triple prefix is not detected for -B.
+! RUN: %flang %s -### -o %t.o -target i386-unknown-linux \
----------------
MaskRay wrote:
Use `--target=`
`-target ` has been deprecated since around clang 3.4
https://github.com/llvm/llvm-project/pull/109965
More information about the flang-commits
mailing list