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

llir / llvm / 901 / 2
63%
master: 63%

Build:
DEFAULT BRANCH: master
Ran 26 Dec 2018 11:12AM UTC
Files 78
Run time 5s
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.2

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%)

36437.81 hits per line

Source Files on job 901.2
  • Tree
  • List 0
  • Changed 3
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 873
  • Travis Job 901.2
  • 6fca51e2 on github
  • Prev Job for on master (#900.1)
  • Next Job for on master (#902.1)
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