search for: alignmentisinbyt

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

Did you mean: alignmentisinbytes
2014 Sep 03
2
[LLVMdev] Enable debug for MSP430
...30MCAsmInfo.cpp b/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp index df1aa1a..844db93 100644 --- a/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp +++ b/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp @@ -24,4 +24,6 @@ MSP430MCAsmInfo::MSP430MCAsmInfo(StringRef TT) { AlignmentIsInBytes = false; UsesELFSectionDirectiveForBSS = true; + + SupportsDebugInformation = true; } does, indeed enable debug - but NOT .debug_frame (and IIRC some of the variable range info goes missing). it needs: diff --git a/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp b/llvm/lib/Target...
2010 Jan 25
0
[LLVMdev] ambiguity of .align
...d. See: > > http://ftp.gnu.org/pub/old-gnu/Manuals/gas-2.9.1/html_node/as_68.html > > I'm not sure what the best way is to fix this. If LLVM wants to support > other assemblers presumably an architecture-dependency is required. On what architecture did you got the error? We have AlignmentIsInBytes in MCAsmInfo for that. It is probably wrong for your architecture. > Edmund Cheers, -- Rafael Ávila de Espíndola
2010 Jan 25
5
[LLVMdev] ambiguity of .align
I just got this error message from the GNU assembler: Error: alignment too large: 15 assumed Which made me laugh at first. The corresponding input line was: .align 16 Apparently what's going on here is that ".align 16" is ambiguous: on some architectures it means ".balign 16", and on some it means ".p2align 16", which would mean ".balign 65536" if
2010 Jan 26
1
[LLVMdev] ambiguity of .align
On Mon, 2010-01-25 at 17:56, Rafael Espindola wrote: > On what architecture did you got the error? We have AlignmentIsInBytes > in MCAsmInfo for that. It is probably wrong for your architecture. Thanks. This was on ARM, and this one-line diff against r94535 made it work for me. -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intend...
2006 May 10
2
[LLVMdev] llvm-gcc4 & mingw32
Hello, Everyone. This is just brief description on building llvm-gcc4 with mingw32. It's definitely non error-free and contains many "hacks", which should be eliminated in the future. 1. Prerequisites We're building in the folowing configuration: 1.1 GCC 3.4.5: gcc -v Reading specs from f:/research/mingw/bin/../lib/gcc/mingw32/3.4.5/specs Configured with: