search for: 34a3a554bfb10b37a6fe4709

Displaying 3 results from an estimated 3 matches for "34a3a554bfb10b37a6fe4709".

2017 Oct 09
2
[PATCH] [CMake] Allow parent projects to use in-source builds
Hi Would the maintainers please consider merging the attached patch? Detailed description of my problem is on the commit log. I tracked down this build-time check back to a commit by Oscar Fuentes in 2008 (https://github.com/llvm-mirror/llvm/commit/ 6326a0d5090110c334a3a554bfb10b37a6fe4709) and hasn't been changed since. It seems to be unnecessary to prevent a parent project from doing in-source builds. I ran my project with `make` and it seems to have solved my problem. LLVM now builds out-of-tree while my project can be built in-tree. I ran 'make check-llvm' to test i...
2017 Oct 09
2
[PATCH] [CMake] Allow parent projects to use in-source builds
...i > > Would the maintainers please consider merging the attached patch? Detailed > description of my problem is on the commit log. > > I tracked down this build-time check back to a commit by Oscar Fuentes in > 2008 (https://github.com/llvm-mirror/llvm/commit/6326a0d5090110c3 > 34a3a554bfb10b37a6fe4709) and hasn't been changed since. It seems to be > unnecessary to prevent a parent project from doing in-source builds. > > I ran my project with `make` and it seems to have solved my problem. LLVM > now builds out-of-tree while my project can be built in-tree. > > I ran 'ma...
2017 Oct 18
2
[PATCH] [CMake] Allow parent projects to use in-source builds
...consider merging the attached patch? >>> Detailed description of my problem is on the commit log. >>> >>> I tracked down this build-time check back to a commit by Oscar Fuentes >>> in 2008 (https://github.com/llvm-mirror/llvm/commit/ >>> 6326a0d5090110c334a3a554bfb10b37a6fe4709) and hasn't been changed >>> since. It seems to be unnecessary to prevent a parent project from doing >>> in-source builds. >>> >>> I ran my project with `make` and it seems to have solved my problem. >>> LLVM now builds out-of-tree while my project...