search for: mcasmlayout

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

2013 Sep 25
1
[LLVMdev] arm64 / iOS support
...() || + kind.isMergeableConst(); + } + + unsigned int getNumFixupKinds() const { return AArch64::NumTargetFixupKinds; } + + bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, + const MCRelaxableFragment *DF, + const MCAsmLayout &Layout) const { + return false; + } + + virtual void processFixupValue(const MCAssembler &Asm, + const MCAsmLayout &Layout, + const MCFixup &Fixup, const MCFragment *DF, + MCValue &...
2010 Jul 16
0
[LLVMdev] Win32 COFF Support - Patch 3
...FFStreamer.cpp > @@ -18,24 +18,41 @@ > #include "llvm/MC/MCSection.h" > #include "llvm/MC/MCSymbol.h" > #include "llvm/MC/MCExpr.h" > +#include "llvm/MC/MCValue.h" > +#include "llvm/MC/MCAssembler.h" > +#include "llvm/MC/MCAsmLayout.h" > #include "llvm/MC/MCCodeEmitter.h" > #include "llvm/MC/MCSectionCOFF.h" > +#include "llvm/Target/TargetRegistry.h" > #include "llvm/Target/TargetAsmBackend.h" > +#include "llvm/ADT/StringMap.h" > + > #include &quot...
2010 Jul 14
2
[LLVMdev] Win32 COFF Support - Patch 3
On Sun, Jul 11, 2010 at 6:10 PM, Chris Lattner <clattner at apple.com> wrote: > This probably needs to be slightly tweaked to work with mainline.  I don't see anything objectionable, but I think Daniel needs to review this one. Updated patch to work with mainline. http://github.com/Bigcheese/llvm-mirror/commit/d19a4c82c18afc4830c09b70f02d162292231c94 - Michael Spencer
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
.../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-2.8/include/llvm/MC/MCContext.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/MCDirectives.h -- Installing: /usr/local/llvm-2.8/i...
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