[Flang][Driver] Enable config file options (#100343)
authorKiran Chandramohan <kiran.chandramohan@arm.com>
Wed, 24 Jul 2024 15:28:24 +0000 (16:28 +0100)
committerTobias Hieta <tobias@hieta.se>
Fri, 26 Jul 2024 07:28:03 +0000 (09:28 +0200)
commit86e7adaa1b77089c7d8e39f13b8365a7fa92dde6
tree3bc9267accaab41fd77a598f7e1ebd8234c9c940
parentbdeb078aa24734ce6d2e573701f63e6111d7bab4
[Flang][Driver] Enable config file options (#100343)

Config files provide a facility to invoke the compiler with a predefined
set of options. The patch only enables these options in the flang
driver. Functionality was always there.

(cherry picked from commit 8a77961280536b680c404a49002a00b988ca45fc)
clang/include/clang/Driver/Options.td
flang/test/Driver/Inputs/config-1.cfg [new file with mode: 0644]
flang/test/Driver/Inputs/config-2.cfg [new file with mode: 0644]
flang/test/Driver/Inputs/config-2a.cfg [new file with mode: 0644]
flang/test/Driver/Inputs/config-6.cfg [new file with mode: 0644]
flang/test/Driver/Inputs/config/config-4.cfg [new file with mode: 0644]
flang/test/Driver/Inputs/config2/config-4.cfg [new file with mode: 0644]
flang/test/Driver/config-file.f90 [new file with mode: 0644]