search for: be6729d

Displaying 6 results from an estimated 6 matches for "be6729d".

2015 Oct 05
3
Cmake-gen'd parallel make breaks on native tablegen
Alright, got something thrown together. Here it is inline (also attached if that's more convenient): diff --git a/cmake/modules/TableGen.cmake b/cmake/modules/TableGen.cmake index 452a728..be6729d 100644 --- a/cmake/modules/TableGen.cmake +++ b/cmake/modules/TableGen.cmake @@ -107,9 +107,18 @@ macro(add_tablegen target project) endif() set(${project}_TABLEGEN_EXE ${${project}_TABLEGEN_EXE} PARENT_SCOPE) + if(NOT TARGET NATIVE_LIB_LLVMSUPPORT) + add_custom_command(...
2015 Oct 06
2
Cmake-gen'd parallel make breaks on native tablegen
...at 8:20 PM, Alex Wang <aw1621107 at gmail.com> wrote: >> >> Alright, got something thrown together. Here it is inline (also attached if that's more convenient): >> >> diff --git a/cmake/modules/TableGen.cmake b/cmake/modules/TableGen.cmake >> index 452a728..be6729d 100644 >> --- a/cmake/modules/TableGen.cmake >> +++ b/cmake/modules/TableGen.cmake >> @@ -107,9 +107,18 @@ macro(add_tablegen target project) >> endif() >> set(${project}_TABLEGEN_EXE ${${project}_TABLEGEN_EXE} PARENT_SCOPE) >> >> + if(NOT T...
2015 Oct 07
2
Cmake-gen'd parallel make breaks on native tablegen
...mail.com> wrote: >>>> >>>> Alright, got something thrown together. Here it is inline (also attached if that's more convenient): >>>> >>>> diff --git a/cmake/modules/TableGen.cmake b/cmake/modules/TableGen.cmake >>>> index 452a728..be6729d 100644 >>>> --- a/cmake/modules/TableGen.cmake >>>> +++ b/cmake/modules/TableGen.cmake >>>> @@ -107,9 +107,18 @@ macro(add_tablegen target project) >>>> endif() >>>> set(${project}_TABLEGEN_EXE ${${project}_TABLEGEN_EXE} PARENT_SCOPE...
2015 Oct 08
4
Cmake-gen'd parallel make breaks on native tablegen
...> >>>>>> Alright, got something thrown together. Here it is inline (also attached if that's more convenient): >>>>>> >>>>>> diff --git a/cmake/modules/TableGen.cmake b/cmake/modules/TableGen.cmake >>>>>> index 452a728..be6729d 100644 >>>>>> --- a/cmake/modules/TableGen.cmake >>>>>> +++ b/cmake/modules/TableGen.cmake >>>>>> @@ -107,9 +107,18 @@ macro(add_tablegen target project) >>>>>> endif() >>>>>> set(${project}_TABLEGEN_EXE ${$...
2015 Oct 20
2
Cmake-gen'd parallel make breaks on native tablegen
...t;> Alright, got something thrown together. Here it is inline (also attached if that's more convenient): >>>>>>>> >>>>>>>> diff --git a/cmake/modules/TableGen.cmake b/cmake/modules/TableGen.cmake >>>>>>>> index 452a728..be6729d 100644 >>>>>>>> --- a/cmake/modules/TableGen.cmake >>>>>>>> +++ b/cmake/modules/TableGen.cmake >>>>>>>> @@ -107,9 +107,18 @@ macro(add_tablegen target project) >>>>>>>> endif() >>>>>>&g...
2015 Sep 28
3
Cmake-gen'd parallel make breaks on native tablegen
Hello backend devs, Been working on a parallelization bug in the cmake configs, where parallel makefile builds of llvm with clang and native tablegen would usually break during linking in either either the clang_tblgen or llvm_tblgen targets. Looking at the cmake command that generates the tablegen makefile commands (I think) (cmake/modules/TableGen.cmake:113-117):