mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
1682e77fd7
MSVC link.exe cannot handle associative sections that refer later sections in the section header. Technically, such COFF object doesn't violate the Microsoft COFF spec, as the spec doesn't say anything about that, but still we should avoid doing that to make it compatible with MS tools. This patch assigns smaller section numbers to non-associative sections and larger numbers to associative sections. This should resolve the compatibility issue. Differential Revision: https://reviews.llvm.org/D30080 llvm-svn: 295464 |
||
---|---|---|
.. | ||
anonymous-struct.ll | ||
asan-module-ctor.ll | ||
asan-module-without-functions.ll | ||
asm.ll | ||
big-type.ll | ||
bitfields.ll | ||
comdat.ll | ||
cpp-mangling.ll | ||
defer-complete-type.ll | ||
enum.ll | ||
fp-stack.ll | ||
global-dllimport.ll | ||
globals-discarded.ll | ||
globals.ll | ||
inheritance.ll | ||
inlining-files.ll | ||
inlining-header.ll | ||
inlining-levels.ll | ||
inlining-padding.ll | ||
inlining-same-name.ll | ||
inlining.ll | ||
int8-char-type.ll | ||
lit.local.cfg | ||
local-constant.ll | ||
local-variable-gap.ll | ||
local-variables.ll | ||
long-name.ll | ||
long-type-name.ll | ||
multifile.ll | ||
multifunction.ll | ||
parameter-order.ll | ||
pieces.ll | ||
pr28747.ll | ||
register-variables.ll | ||
retained-types.ll | ||
scopes.ll | ||
simple.ll | ||
tail-call-without-lexical-scopes.ll | ||
typedef.ll | ||
types-array-advanced.ll | ||
types-array.ll | ||
types-basic.ll | ||
types-calling-conv.ll | ||
types-data-members.ll | ||
types-nested-class.ll | ||
types-non-virtual-methods.ll | ||
types-ptr-to-member.ll | ||
types-recursive-struct.ll | ||
udts.ll | ||
vftables.ll | ||
virtual-method-kinds.ll | ||
virtual-methods.ll | ||
vtable-optzn-array.ll |