search for: mcasminfocoff

Displaying 9 results from an estimated 9 matches for "mcasminfocoff".

2012 Oct 26
5
[LLVMdev] Debug information under windows
...that some offsets to debug information were incorrect: they were absolute instead of relative to their sections. Following patch seemed to have repaired the problem, so I'm just leaving it here. Hopefully this will help someone. Regards, Daniel diff -r 547972237a05 -r 6ed9378f04a3 lib/MC/MCAsmInfoCOFF.cpp --- a/lib/MC/MCAsmInfoCOFF.cpp Wed Oct 10 20:39:45 2012 +0200 +++ b/lib/MC/MCAsmInfoCOFF.cpp Thu Oct 18 12:41:27 2012 +0200 @@ -38,6 +38,10 @@ HasMicrosoftFastStdCallMangling = true; SupportsDataRegions = false; + + DwarfUsesLabelOffsetForRanges = false; + DwarfRequiresRelocationForS...
2012 Oct 26
0
[LLVMdev] Debug information under windows
...were incorrect: they were absolute instead of relative to their sections. > > Following patch seemed to have repaired the problem, so I'm just leaving it > here. Hopefully this will help someone. > > Regards, > Daniel > > > diff -r 547972237a05 -r 6ed9378f04a3 lib/MC/MCAsmInfoCOFF.cpp > --- a/lib/MC/MCAsmInfoCOFF.cpp Wed Oct 10 20:39:45 2012 +0200 > +++ b/lib/MC/MCAsmInfoCOFF.cpp Thu Oct 18 12:41:27 2012 +0200 > @@ -38,6 +38,10 @@ > HasMicrosoftFastStdCallMangling = true; > > SupportsDataRegions = false; > + > + DwarfUsesLabelOffsetForRanges...
2012 Nov 19
0
[LLVMdev] Debug information under windows
...incorrect: they were absolute instead of relative to > their sections. > > Following patch seemed to have repaired the problem, so I'm just leaving > it here. Hopefully this will help someone. > > Regards, > Daniel > > > diff -r 547972237a05 -r 6ed9378f04a3 lib/MC/MCAsmInfoCOFF.cpp > --- a/lib/MC/MCAsmInfoCOFF.cpp Wed Oct 10 20:39:45 2012 +0200 > +++ b/lib/MC/MCAsmInfoCOFF.cpp Thu Oct 18 12:41:27 2012 +0200 > @@ -38,6 +38,10 @@ > HasMicrosoftFastStdCallMangling = true; > > SupportsDataRegions = false; > + > + DwarfUsesLabelOffsetForR...
2011 Feb 24
0
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
On Feb 24, 2011, at 11:52 AM, Devang Patel wrote: > > On Feb 24, 2011, at 11:36 AM, Devang Patel wrote: > >> >> On Feb 12, 2011, at 2:07 AM, Nathan Jeffords wrote: >> >>> Hello All, >>> >>> I have created a set of patches that get dwarf debugging support working for the COFF object file. I also believe I have fixed what appears to be a
2011 Feb 24
2
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
On Feb 24, 2011, at 11:36 AM, Devang Patel wrote: > > On Feb 12, 2011, at 2:07 AM, Nathan Jeffords wrote: > >> Hello All, >> >> I have created a set of patches that get dwarf debugging support working for the COFF object file. I also believe I have fixed what appears to be a bug in how line info sections are referred to from the DW_TAG_compile_unit DIE. I have run
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...h -- Installing: /usr/local/llvm-2.8/include/llvm/MC -- Installing: /usr/local/llvm-2.8/include/llvm/MC/EDInstInfo.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/ELFObjectWriter.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/MCAsmInfo.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/MCAsmInfoCOFF.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/MCAsmInfoDarwin.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/MCAsmLayout.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/MCAssembler.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/MCCodeEmitter.h -- Installing: /usr/local/llvm-...
2010 Oct 01
0
[LLVMdev] CMake "sudo make install" & headers
On Thu, Sep 30, 2010 at 3:08 PM, Samuel Williams <space.ship.traveller at gmail.com> wrote: > Hi, > > I might just be doing something stupid, but when I do > > $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. > $ sudo make install > > I don't get the expected headers in >        /usr/local/llvm-2.8/include/llvm > > It is
2010 Sep 30
6
[LLVMdev] CMake "sudo make install" & headers
Hi, I might just be doing something stupid, but when I do $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. $ sudo make install I don't get the expected headers in /usr/local/llvm-2.8/include/llvm It is simply an empty directory. What am I doing wrong? This is on Mac OS X, CMake 2.8+ Kind regards, Samuel
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...9; llvm[2]: Compiling LiveIntervalAnalysis.cpp for Release+Asserts build llvm[3]: Compiling DWARFAbbreviationDeclaration.cpp for Release+Asserts build llvm[2]: Compiling MCAsmInfo.cpp for Release+Asserts build llvm[3]: Compiling DWARFAcceleratorTable.cpp for Release+Asserts build llvm[2]: Compiling MCAsmInfoCOFF.cpp for Release+Asserts build llvm[3]: Compiling DWARFCompileUnit.cpp for Release+Asserts build llvm[2]: Compiling MCAsmInfoDarwin.cpp for Release+Asserts build llvm[2]: Compiling ELFYAML.cpp for Release+Asserts build llvm[3]: Compiling DWARFContext.cpp for Release+Asserts build llvm[2]: Compiling...