Displaying 3 results from an estimated 3 matches for "8b74d72c".
2018 Jan 17
0
Layering Requirements in the LLVM Coding Style Guide
Looking at build-procedure files for link-order hints is technically "written down" but not really human-friendly and not at all what I had in mind. ☺
I get that writing it down on a doc page will have the usual bit-rot problems, but if you want to tell developers (especially newer developers) "get the layering right" you really need to point to a place that says what the
2018 Jan 17
1
Layering Requirements in the LLVM Coding Style Guide
...the link command)
>
> I think the the LLVMBuild.txt files contain the library dependency lists
> for the CMake build.
>
> - Dave
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180117/8b74d72c/attachment.html>
2018 Jan 16
2
Layering Requirements in the LLVM Coding Style Guide
On Tue, Jan 16, 2018 at 10:15 AM Robinson, Paul <paul.robinson at sony.com>
wrote:
> I have found layering to be a particularly useful and beneficial model in
> past large software projects.
>
>
>
> Is LLVM's layering actually written down anywhere? Last time I went
> looking, there was nothing. If there's no spec, there's no verifiable
> conformance;