diff options
author | Ties Stuij <ties.stuij@arm.com> | 2021-02-16 13:56:15 +0000 |
---|---|---|
committer | Ties Stuij <ties.stuij@arm.com> | 2021-02-18 15:41:20 +0000 |
commit | 5f7715d8780a1d16ad023995d282a7d94cb923a9 (patch) | |
tree | d94bf1f504c98d80bed92ed54e8daa8e50a26e5f /llvm/lib/CodeGen/SplitKit.cpp | |
parent | a1e5388a7ca1d0d46ed84ac2dedf52ade7ac8200 (diff) | |
download | llvm-5f7715d8780a1d16ad023995d282a7d94cb923a9.zip llvm-5f7715d8780a1d16ad023995d282a7d94cb923a9.tar.gz llvm-5f7715d8780a1d16ad023995d282a7d94cb923a9.tar.bz2 |
Pass the cmdline aapcs bitfield options to cc1
The following commits added commandline arguments to control following the Arm
Procedure Call Standard for certain volatile bitfield operations:
- https://reviews.llvm.org/D67399
- https://reviews.llvm.org/D72932
This commit fixes the oversight that these args weren't passed from the driver
to cc1 if appropriate.
Where *appropriate* means:
- `-faapcs-bitfield-width`: is the default, so won't be passed
- `-fno-aapcs-bitfield-width`: should be passed
- `-faapcs-bitfield-load`: should be passed
Differential Revision: https://reviews.llvm.org/D96784
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.cpp')
0 files changed, 0 insertions, 0 deletions