[clang] [lld] [llvm] [X86][APX] Suppress EGPR/NDD instructions for relocations (PR #136660)
Feng Zou via cfe-commits
cfe-commits at lists.llvm.org
Tue May 13 07:12:01 PDT 2025
fzou1 wrote:
> We should avoid introducing a new cmake config for changes like this. You could utilize clang config file to specify the option.
>
> lld change should have been separated
Sorry for late reply. The related cmake and LLD changes were reverted. Only a backend pass and option were added to suppress APX features for relocation. Thanks.
https://github.com/llvm/llvm-project/pull/136660
More information about the cfe-commits
mailing list