| Age | Commit message (Collapse) | Author | Lines |
|
|
|
The test relies on LLVM not merging all the globals into one and would
currently otherwise fail on powerpc64le.
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
|
|
Assembly for MIPS uses, by convention, a different prefix for local
anonymous variables.
|
|
Some architectures (like s390x) require strings to be 2 byte aligned.
Therefor the section name will be marked with a .2 postfix on this
architectures.
Allowing a section name with a .1 or .2 postfix will make the test pass
on either platform.
|
|
|
|
|