1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/test/CodeGen/ARM/Windows
David Majnemer 639c882cbe 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
2015-02-07 08:26:40 +00:00
..
aapcs.ll
alloca.ll
chkstk-movw-movt-isel.ll
chkstk.ll
dllimport.ll
frame-register.ll
global-minsize.ll
hard-float.ll
integer-floating-point-conversion.ll
long-calls.ll
mangling.ll
memset.ll
mov32t-bundling.ll
movw-movt-relocations.ll
no-aeabi.ll
no-arm-mode.ll
no-ehabi.ll
pic.ll
read-only-data.ll MC: Emit COFF section flags in the "proper" order 2015-02-07 08:26:40 +00:00
stack-probe-non-default.ll ARM: support stack probe size on Windows on ARM 2015-01-31 02:26:37 +00:00
structors.ll MC: Emit COFF section flags in the "proper" order 2015-02-07 08:26:40 +00:00
vla.ll