mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[clang] -falign-loops=
This commit is contained in:
parent
65b887fbf8
commit
05f5a9a949
@ -328,6 +328,8 @@ namespace llvm {
|
|||||||
/// passed on the command line.
|
/// passed on the command line.
|
||||||
std::string StackUsageOutput;
|
std::string StackUsageOutput;
|
||||||
|
|
||||||
|
unsigned LoopAlignment = 0;
|
||||||
|
|
||||||
/// FloatABIType - This setting is set by -float-abi=xxx option is specfied
|
/// FloatABIType - This setting is set by -float-abi=xxx option is specfied
|
||||||
/// on the command line. This setting may either be Default, Soft, or Hard.
|
/// on the command line. This setting may either be Default, Soft, or Hard.
|
||||||
/// Default selects the target's default behavior. Soft selects the ABI for
|
/// Default selects the target's default behavior. Soft selects the ABI for
|
||||||
|
Loading…
Reference in New Issue
Block a user