• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

llir / llvm / 901
63%

Build:
DEFAULT BRANCH: master
Ran 26 Dec 2018 11:09AM UTC
Jobs 2
Files 78
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Dec 2018 10:56AM UTC coverage: 69.718% (-0.03%) from 69.745%
901

push

travis-ci

mewmew
ir: always return something useful from GlobalIdent.Name

Prior to this commit, calling f.Name() or global.Name()
on an *ir.Function or *ir.Global, the returned string was
empty if the function or global was unnamed, i.e. @1.

To make the Name method more useful, and limit users of
the IR representation from having to re-implement logic
that strips the "@" prefix from Ident() just to get the
string used as name for a global value, implement this
once in GlobalIdent.Name.

I personally wish that the LLVM IR representation would
not allow numeric names to avoid confusion with unnamed
IDs, but since it is supported, we should support it too.

8226 of 11799 relevant lines covered (69.72%)

72881.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 901.1 26 Dec 2018 11:09AM UTC 0
69.72
Travis Job 901.1
2 901.2 26 Dec 2018 11:12AM UTC 0
69.72
Travis Job 901.2
Source Files on build 901
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #901
  • 6fca51e2 on github
  • Prev Build on master (#900)
  • Next Build on master (#902)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc