krytarowski added a comment.
Looks good. It's easier to parse [at least for my eyes]: ubsan, asan, tsan etc
than full-names.
https://reviews.llvm.org/D34553
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mai
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
I try to avoid making cryptic file names just to get them under some character
count, since that also makes code hard to comprehend particularly for new
users. But in this case everybody ca
vsk added a comment.
Thanks, this lgtm. Our tools don't depend on these plugins having a particular
file name.
https://reviews.llvm.org/D34553
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/
amccarth added a comment.
Thanks for doing this. This seems a reasonable alternative to fixing all the
build tools upstream. And overly long paths are difficult to read.
https://reviews.llvm.org/D34553
___
lldb-commits mailing list
lldb-commits@l
labath added a comment.
In https://reviews.llvm.org/D34553#789023, @kubamracek wrote:
> Oh wow, we really need to limit path lengths?
It's a bit annoying, but windows has issues with paths like that. It's actually
possible to avoid it nowadays, if you use the right APIs, but not all programs
kubamracek added a comment.
Oh wow, we really need to limit path lengths? What about files like
`./packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/breakpoints_delayed_breakpoint_one_watchpoint/TestConcurrentBreakpointsDelayedBreakpointOneWatchpoint.py`?
https://reviews.
No objections here
On Fri, Jun 23, 2017 at 5:48 AM Pavel Labath via Phabricator <
revi...@reviews.llvm.org> wrote:
> labath created this revision.
> Herald added a subscriber: mgorny.
>
> The new UndefinedBehaviorSanitizer plugin was breaking file path length
> limits, because it's (fairly long na
labath created this revision.
Herald added a subscriber: mgorny.
The new UndefinedBehaviorSanitizer plugin was breaking file path length
limits, because it's (fairly long name) appears multiple times in the
path. Cmake ends up putting the object file at path
tools/lldb/source/Plugins/Instrumentati