Displaying 3 results from an estimated 3 matches for "dgp1130422".
2018 Aug 16
3
Building LLVM through Bazel
....org/cmake/help/v3.12/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html
> >
> > On Wed, Aug 15, 2018 at 8:30 PM David Blaikie via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> >>
> >>
> >>
> >> On Wed, Aug 15, 2018 at 2:05 PM Douglas Parker <dgp1130422 at gmail.com>
> wrote:
> >>>
> >>> I believe it would be possible to run a cmake command to generate a
> BUILD file, though I don't know if that would be easier to maintain on the
> LLVM side. Would definitely be happy to see direct support, though I was
>...
2018 Aug 16
2
Building LLVM through Bazel
...ch to dump all compiler commands as a JSON file:
https://cmake.org/cmake/help/v3.12/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html
On Wed, Aug 15, 2018 at 8:30 PM David Blaikie via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
>
> On Wed, Aug 15, 2018 at 2:05 PM Douglas Parker <dgp1130422 at gmail.com>
> wrote:
>
>> I believe it would be possible to run a cmake command to generate a BUILD
>> file, though I don't know if that would be easier to maintain on the LLVM
>> side. Would definitely be happy to see direct support, though I was just
>> tryi...
2018 Aug 15
1
Building LLVM through Bazel
I believe it would be possible to run a cmake command to generate a BUILD
file, though I don't know if that would be easier to maintain on the LLVM
side. Would definitely be happy to see direct support, though I was just
trying to figure out what's needed to hack this together on my end.
I guess my real question is what underlying commands are necessary to build
all the source files