[all-commits] [llvm/llvm-project] dc8e46: [flang][driver] Mark -fuse-ld as visible in Flang
Hao Jin via All-commits
all-commits at lists.llvm.org
Wed Aug 23 09:44:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc8e46c7e5ea5f98218c9789164ff410cc14079c
https://github.com/llvm/llvm-project/commit/dc8e46c7e5ea5f98218c9789164ff410cc14079c
Author: Hao Jin <hao.jin at huawei.com>
Date: 2023-08-23 (Wed, 23 Aug 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M flang/test/Driver/misc-flags.f90
Log Message:
-----------
[flang][driver] Mark -fuse-ld as visible in Flang
The option fuse-ld is not visible in Flang. Flang reports
"Unknown argument: '-fuse-ld'" during link stage.
Reviewed By: awarzynski, kiranchandramohan
Differential Revision: https://reviews.llvm.org/D158430
More information about the All-commits
mailing list