search for: attributescompatfunc

Displaying 5 results from an estimated 5 matches for "attributescompatfunc".

2018 Mar 29
2
CodeView layering
...ibrary in the near future. >>> >> >> OK - added the LLVMBuild.txt change in r328595 >> > > Hmm, not perfect - this creates a bit of a circular dependency: > > llvm-tblgen > MC > DebugInfo/CodeView > Object > Bitcode/Reader > IR (including lib/IR/AttributesCompatFunc.inc) > llvm-tblgen (to generate AttributesCompatFunc.inc) > > This is just a specific path shown by the internal build system - no doubt > there are other tblgen files in LLVM IR, etc. > > So I guess still need to split up DebugInfo/CodeView (assuming the bits > needed by MC do...
2018 Mar 29
0
CodeView layering
...easily introduce true link >> dependencies on that library in the near future. >> > > OK - added the LLVMBuild.txt change in r328595 > Hmm, not perfect - this creates a bit of a circular dependency: llvm-tblgen MC DebugInfo/CodeView Object Bitcode/Reader IR (including lib/IR/AttributesCompatFunc.inc) llvm-tblgen (to generate AttributesCompatFunc.inc) This is just a specific path shown by the internal build system - no doubt there are other tblgen files in LLVM IR, etc. So I guess still need to split up DebugInfo/CodeView (assuming the bits needed by MC don't depend on Object)? Any su...
2018 Mar 30
0
CodeView layering
...> >>> OK - added the LLVMBuild.txt change in r328595 >>> >> >> Hmm, not perfect - this creates a bit of a circular dependency: >> >> llvm-tblgen >> MC >> DebugInfo/CodeView >> Object >> Bitcode/Reader >> IR (including lib/IR/AttributesCompatFunc.inc) >> llvm-tblgen (to generate AttributesCompatFunc.inc) >> >> This is just a specific path shown by the internal build system - no >> doubt there are other tblgen files in LLVM IR, etc. >> >> So I guess still need to split up DebugInfo/CodeView (assuming the b...
2018 Mar 26
2
CodeView layering
On Thu, Mar 22, 2018 at 12:55 PM Reid Kleckner <rnk at google.com> wrote: > On Wed, Mar 21, 2018 at 11:31 AM David Blaikie <dblaikie at gmail.com> wrote: > >> I'm looking at fixing some layering violations in LLVM & came across a >> few in the CodeView handling, specifically: >> >> lib/MC/MCCodeView includes several llvm/DebugInfo/CodeView headers
2018 Apr 01
0
CodeView layering
...ld.txt change in r328595 >>>> >>> >>> Hmm, not perfect - this creates a bit of a circular dependency: >>> >>> llvm-tblgen >>> MC >>> DebugInfo/CodeView >>> Object >>> Bitcode/Reader >>> IR (including lib/IR/AttributesCompatFunc.inc) >>> llvm-tblgen (to generate AttributesCompatFunc.inc) >>> >>> This is just a specific path shown by the internal build system - no >>> doubt there are other tblgen files in LLVM IR, etc. >>> >>> So I guess still need to split up DebugInfo/...