diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-11 19:58:37 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-11 19:58:37 +0000 |
commit | ab447e436daf038e88a2a75a72b6d4a94a1516b2 (patch) | |
tree | e26d0a1ffb7a52959509b48218e8c54994fcd40a /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | 0d0a1a53e3870d1c816bec193841e9d2db1a1b68 (diff) | |
download | llvm-ab447e436daf038e88a2a75a72b6d4a94a1516b2.zip llvm-ab447e436daf038e88a2a75a72b6d4a94a1516b2.tar.gz llvm-ab447e436daf038e88a2a75a72b6d4a94a1516b2.tar.bz2 |
Put jump tables in unique sections on COFF.
If a function is going in an unique section (because of -ffunction-sections
for example), putting a jump table in .rodata will keep .rodata alive and
that will keep alive any other function that also has a jump table.
Instead, put the jump table in a unique section that is associated with the
function.
llvm-svn: 231961
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions