Eric Christopher
2012-Nov-13 20:04 UTC
[LLVMdev] [PATCH] .gitignore: add rules for a clean worktree
> I was under the impression that in-source-tree builds were an unsupported > configuration. It's certainly strongly discouraged. I'm not fond of the > idea of making it easier, especially when there's a maintenance cost to > doing so. >Strongly discouraged, and yes, this. -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121113/d11ae4c9/attachment.html>
Chandler Carruth
2012-Nov-13 20:15 UTC
[LLVMdev] [PATCH] .gitignore: add rules for a clean worktree
On Tue, Nov 13, 2012 at 12:04 PM, Eric Christopher <echristo at gmail.com> wrote:>> I was under the impression that in-source-tree builds were an unsupported >> configuration. It's certainly strongly discouraged. I'm not fond of the idea >> of making it easier, especially when there's a maintenance cost to doing so. > > Strongly discouraged, and yes, this.FWIW, if in-tree builds work for CMake, I consider that a bug and will fix it.
Krzysztof Parzyszek
2012-Nov-13 20:23 UTC
[LLVMdev] [PATCH] .gitignore: add rules for a clean worktree
On 11/13/2012 2:15 PM, Chandler Carruth wrote:> On Tue, Nov 13, 2012 at 12:04 PM, Eric Christopher <echristo at gmail.com> wrote: >>> I was under the impression that in-source-tree builds were an unsupported >>> configuration. It's certainly strongly discouraged. I'm not fond of the idea >>> of making it easier, especially when there's a maintenance cost to doing so. >> >> Strongly discouraged, and yes, this. > > FWIW, if in-tree builds work for CMake, I consider that a bug and will fix it.By making sure that it no longer works for CMake? haha On a more serious note, what would be the reason to support in-tree builds? -Krzysztof -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
Ramkumar Ramachandra
2012-Nov-14 10:04 UTC
[LLVMdev] [PATCH] .gitignore: add rules for a clean worktree
Chandler Carruth wrote:> FWIW, if in-tree builds work for CMake, I consider that a bug and will fix it.How else am I supposed to build LLVM? I ran the toplevel configure and make script. Ram
Maybe Matching Threads
- [LLVMdev] [PATCH] .gitignore: add rules for a clean worktree
- [LLVMdev] [PATCH] .gitignore: add rules for a clean worktree
- [LLVMdev] [PATCH] .gitignore: add rules for a clean worktree
- [LLVMdev] [PATCH] .gitignore: add rules for a clean worktree
- [LLVMdev] [PATCH] .gitignore: add rules for a clean worktree