Displaying 6 results from an estimated 6 matches for "tool_name".
Did you mean:
pool_name
2005 Jan 14
6
[LLVMdev] Proposed Makefile Changes
...g a shared library. I think
these should all be named BUILD_<thing_to_build> so we'd have
BUILD_ARCHIVE_LIBRARY and BUILD_SHARED_LIBRARY and
BUILD_RELINKD_LIBRARY and BUILD_TOOL
6. The directive names are concatenated in some cases. I'd like to
see TOOL_NAME instead of TOOLNAME and LIBRARY_NAME instead of
LIBRARYNAME. Its easier for *me* to read, but I'd like some
feedback on this one as its as "gratuitous" change.
7. The documentation in MakefileGuide.html is lacking a tutorial on
how to use the LLVM Makefile...
2005 Jan 16
0
[LLVMdev] Proposed Makefile Changes
...nk
> these should all be named BUILD_<thing_to_build> so we'd have
> BUILD_ARCHIVE_LIBRARY and BUILD_SHARED_LIBRARY and
> BUILD_RELINKD_LIBRARY and BUILD_TOOL
> 6. The directive names are concatenated in some cases. I'd like to
> see TOOL_NAME instead of TOOLNAME and LIBRARY_NAME instead of
> LIBRARYNAME. Its easier for *me* to read, but I'd like some
> feedback on this one as its as "gratuitous" change.
> 7. The documentation in MakefileGuide.html is lacking a tutorial on
> how to u...
2005 Jan 16
0
[LLVMdev] Proposed Makefile Changes
...nk
> these should all be named BUILD_<thing_to_build> so we'd have
> BUILD_ARCHIVE_LIBRARY and BUILD_SHARED_LIBRARY and
> BUILD_RELINKD_LIBRARY and BUILD_TOOL
> 6. The directive names are concatenated in some cases. I'd like to
> see TOOL_NAME instead of TOOLNAME and LIBRARY_NAME instead of
> LIBRARYNAME. Its easier for *me* to read, but I'd like some
> feedback on this one as its as "gratuitous" change.
> 7. The documentation in MakefileGuide.html is lacking a tutorial on
> how to u...
2005 Jan 16
1
[LLVMdev] Proposed Makefile Changes
...e should all be named BUILD_<thing_to_build> so we'd have
> > BUILD_ARCHIVE_LIBRARY and BUILD_SHARED_LIBRARY and
> > BUILD_RELINKD_LIBRARY and BUILD_TOOL
> > 6. The directive names are concatenated in some cases. I'd like to
> > see TOOL_NAME instead of TOOLNAME and LIBRARY_NAME instead of
> > LIBRARYNAME. Its easier for *me* to read, but I'd like some
> > feedback on this one as its as "gratuitous" change.
> > 7. The documentation in MakefileGuide.html is lacking a tutorial on
> &...
2005 Jan 14
0
[LLVMdev] Proposed Makefile Changes
...Y and
> BUILD_RELINKD_LIBRARY and BUILD_TOOL
I would also like to see this happen, but it's a big change. I suspect
that people running projects would prefer to not change all of these.
> 6. The directive names are concatenated in some cases. I'd like to
> see TOOL_NAME instead of TOOLNAME and LIBRARY_NAME instead of
> LIBRARYNAME. Its easier for *me* to read, but I'd like some
> feedback on this one as its as "gratuitous" change.
Likewise.
> 7. The documentation in MakefileGuide.html is lacking a tutorial on
>...
2016 Jun 20
6
RFC: Comprehensive Static Instrumentation
Hey David,
Thank you for your feedback. I'm trying to understand the model you
sketched in order to compare it to CSI's current approach, but the details
of your proposal are still fuzzy to me. In particular, although the model
you described would avoid using LTO to elide unused hooks, it seems more
complicated for both tool writers and tool users to use. Please clarify
your model and