[all-commits] [llvm/llvm-project] 28be39: [Flang][Driver] Enable the -B option (#109965)
Kiran Chandramohan via All-commits
all-commits at lists.llvm.org
Tue Oct 1 07:01:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 28be39f174f109923c321b4111d21028db432e3e
https://github.com/llvm/llvm-project/commit/28be39f174f109923c321b4111d21028db432e3e
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M clang/include/clang/Driver/Options.td
A flang/test/Driver/B-opt.f90
A flang/test/Driver/Inputs/B_opt_tree/dir1/i386-unknown-linux-ld
A flang/test/Driver/Inputs/B_opt_tree/dir1/ld
A flang/test/Driver/Inputs/B_opt_tree/dir2/ld
A flang/test/Driver/Inputs/B_opt_tree/dir3/prefix-ld
Log Message:
-----------
[Flang][Driver] Enable the -B option (#109965)
The option provides the search prefix for executables, libraries and
data files.
The option is implemented in the common portion of the Driver and only
needs to be enabled in Flang. Test added is a copy of the relevant test
in Clang.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list