diff options
author | David Majnemer <david.majnemer@gmail.com> | 2015-02-07 08:26:40 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2015-02-07 08:26:40 +0000 |
commit | 5614ea9aae25fc763d184ee4b940eac27f5ec3a7 (patch) | |
tree | 7cf8614df3f529e145578c12614956b264041a63 /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | c94234c11cce3e6ff99b77d2505e9a9cb4ef0c98 (diff) | |
download | llvm-5614ea9aae25fc763d184ee4b940eac27f5ec3a7.zip llvm-5614ea9aae25fc763d184ee4b940eac27f5ec3a7.tar.gz llvm-5614ea9aae25fc763d184ee4b940eac27f5ec3a7.tar.bz2 |
MC: Emit COFF section flags in the "proper" order
COFF section flags are not idempotent:
'rd' will make a read-write section because 'd' implies write
'dr' will make a read-only section because 'r' disables write
llvm-svn: 228490
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions