[all-commits] [llvm/llvm-project] 86e096: [clang][Driver] Support Outline Flags on RISC-V an...
Sam Elliott via All-commits
all-commits at lists.llvm.org
Wed Oct 15 14:20:40 PDT 2025
Branch: refs/heads/users/lenary/clang-driver-outline-flags
Home: https://github.com/llvm/llvm-project
Commit: 86e0964dcae26bb04b4d8dc8ddeb15eb66fe0f42
https://github.com/llvm/llvm-project/commit/86e0964dcae26bb04b4d8dc8ddeb15eb66fe0f42
Author: Sam Elliott <aelliott at qti.qualcomm.com>
Date: 2025-10-15 (Wed, 15 Oct 2025)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/test/Driver/aarch64-outliner.c
A clang/test/Driver/riscv-outliner.c
A clang/test/Driver/unsupported-outliner.c
A clang/test/Driver/x86-outliner.c
Log Message:
-----------
[clang][Driver] Support Outline Flags on RISC-V and X86
These two targets both also support the machine outliner, so these flags
should probably be cross-target. This updates the docs for these flags
as well.
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