search for: r328595

Displaying 7 results from an estimated 7 matches for "r328595".

Did you mean: r328593
2018 Mar 26
2
CodeView layering
...bably >> these things should be sunk into BinaryFormat as is the case for DWARF >> features used by MC? >> > > I'd be OK with that. We could very easily introduce true link dependencies > on that library in the near future. > OK - added the LLVMBuild.txt change in r328595 > include/llvm/Object/COFF.h includes >> include/llvm/DebugInfo/CodeView/CVDebugRecord.h >> Also seems like this could/should/needs to be sunk into BinaryFormat? >> > > These things are really more PE/PDB related than CodeView. They are in the > wrong place. I'...
2018 Mar 29
2
CodeView layering
...s the case for DWARF >>>> features used by MC? >>>> >>> >>> I'd be OK with that. We could very 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...
2018 Mar 29
0
CodeView layering
...d be sunk into BinaryFormat as is the case for DWARF >>> features used by MC? >>> >> >> I'd be OK with that. We could very 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 doub...
2018 Mar 30
0
CodeView layering
...gt; DWARF features used by MC? >>>>> >>>> >>>> I'd be OK with that. We could very 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 Attr...
2018 Mar 22
0
CodeView layering
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 > I guess MC could be made dependent on DebugInfoCodeView? But probably > these things should be
2018 Apr 01
0
CodeView layering
...C? >>>>>> >>>>> >>>>> I'd be OK with that. We could very 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...
2018 Mar 21
4
CodeView layering
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 I guess MC could be made dependent on DebugInfoCodeView? But probably these things should be sunk into BinaryFormat as is the case for DWARF features used by MC? include/llvm/Object/COFF.h includes