[flang-commits] [clang] [flang] [Flang][Driver] NFC: Move Flang/Fortran only options to a separate file (PR #194398)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Tue Apr 28 04:07:13 PDT 2026


================
@@ -0,0 +1,417 @@
+//===--- FlangOptions.td - Flang-specific options ------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+//  This file holds Flang-specific option definitions extracted from
+//  clang/include/clang/Options/Options.td.
----------------
kiranchandramohan wrote:

Done.

https://github.com/llvm/llvm-project/pull/194398


More information about the flang-commits mailing list