[PATCH] D18278: llvm-cov HTML Generation
Harlan Haskins via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 1 11:26:35 PDT 2016
harlanhaskins added a comment.
I don't think that's correct.
If this is my folder structure:
`swift-coverage`
└ `index.html`
└ `coverage`
└─ `/foo/bar/baz.cpp.html`
and the links inside `index.html` begin with `swift-coverage`, then I can't click any of those links because they'll resolve to `swift-coverage/swift-coverage/foo`.
http://reviews.llvm.org/D18278
More information about the llvm-commits
mailing list