[all-commits] [llvm/llvm-project] 7b8f0d: [Multilib] Add -fmultilib-flag command-line option
Victor Campos via All-commits
all-commits at lists.llvm.org
Wed Nov 20 06:47:32 PST 2024
Branch: refs/heads/users/vhscampos/multilib-flags-cmd-line-option
Home: https://github.com/llvm/llvm-project
Commit: 7b8f0d9a968eba4d85cf1d6a4ebc93f5e6dfbd2b
https://github.com/llvm/llvm-project/commit/7b8f0d9a968eba4d85cf1d6a4ebc93f5e6dfbd2b
Author: Victor Campos <victor.campos at arm.com>
Date: 2024-11-20 (Wed, 20 Nov 2024)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChain.cpp
M clang/test/Driver/print-multi-selection-flags.c
Log Message:
-----------
[Multilib] Add -fmultilib-flag command-line option
This option is passed through to the multilib system. It is then used in
conjunction with other options to select the proper library variant.
Details about this change can be found in this thread:
https://discourse.llvm.org/t/rfc-multilib-custom-flags/81058
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