[all-commits] [llvm/llvm-project] 002079: [Multilib] Add -fmultilib-flag command-line option
Victor Campos via All-commits
all-commits at lists.llvm.org
Tue Oct 1 06:31:14 PDT 2024
Branch: refs/heads/users/vhscampos/multilib-flags-cmd-line-option
Home: https://github.com/llvm/llvm-project
Commit: 002079817c4d849973941795bb4d19bd822112d5
https://github.com/llvm/llvm-project/commit/002079817c4d849973941795bb4d19bd822112d5
Author: Victor Campos <victor.campos at arm.com>
Date: 2024-10-01 (Tue, 01 Oct 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