Imported Upstream version 5.18.0.205

Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-11-16 08:20:38 +00:00
parent 5cd5df71cc
commit 8e12397d70
28486 changed files with 3867013 additions and 66 deletions

View File

@@ -0,0 +1,26 @@
#
# Check if the index is appearing properly in the output file
#
# coff_archive_short.lib does not have member whose name is longer
# than 15 characters, thus, unlike coff_archive.lib, it has no string
# table as the third member.
#
RUN: llvm-nm -a --numeric-sort -M %p/Inputs/coff_archive_short.lib | FileCheck -check-prefix=CHECKIDX %s
CHECKIDX: Archive map
CHECKIDX: _shortfn1 in short1.obj
CHECKIDX: _shortfn2 in short2.obj
CHECKIDX: short1.obj:
CHECKIDX: 00000000 N .debug$S
CHECKIDX: 00000000 i .drectve
CHECKIDX: 00000000 t .text
CHECKIDX: 00000000 T _shortfn1
CHECKIDX: 00000001 a @feat.00
CHECKIDX: 00aa9d1b a @comp.id
CHECKIDX: short2.obj:
CHECKIDX: 00000000 N .debug$S
CHECKIDX: 00000000 i .drectve
CHECKIDX: 00000000 t .text
CHECKIDX: 00000000 T _shortfn2
CHECKIDX: 00000001 a @feat.00
CHECKIDX: 00aa9d1b a @comp.id