search for: x86elfwriterinfo

Displaying 3 results from an estimated 3 matches for "x86elfwriterinfo".

2010 Nov 22
2
[LLVMdev] Anyone notice the duplication of ELF Relocation enums in two different places?
So far, for X86 identical ELF relocation flags show up in include/llvm/Support/ELF.h and lib/Target/X86/X86ELFWriterInfo.h Not to mention, there are two different files named ELF.h ./lib/CodeGen/ELF.h ./include/llvm/Support/ELF.h I'd think the latter should be renamed MCELFSupport.h Thanks! -jason
2010 Nov 22
0
[LLVMdev] Anyone notice the duplication of ELF Relocation enums in two different places?
On 22 November 2010 20:52, Jason Kim <jasonwkim at google.com> wrote: > So far, for X86 identical ELF relocation flags show up in > > include/llvm/Support/ELF.h and > lib/Target/X86/X86ELFWriterInfo.h > > Not to mention, there are two different files named ELF.h I would say that ELF.h should be the canonical one. > ./lib/CodeGen/ELF.h > ./include/llvm/Support/ELF.h > > I'd think the latter should be renamed MCELFSupport.h The first one should probably be removed. It is...
2008 Sep 21
3
[LLVMdev] Has anyone sucessfully compile the llvm code using visual
...d an error code from "Performing TableGen Step" 6>Creating browse information file... 6>Microsoft Browse Information Maintenance Utility Version 8.00.50727 6>Copyright (C) Microsoft Corporation. All rights reserved. 6>BSCMAKE: error BK1506 : cannot open file '.\win32\debug\X86ELFWriterInfo.sbr': No such file or directory 6>Build log was saved at "file://c:\Documents and Settings\Administrator\llvm\win32\x86\Win32\Debug\BuildLog.htm" 6>x86 - 2 error(s), 0 warning(s) 7>------ Build started: Project: Fibonacci, Configuration: Debug Win32 ------ 7>Linking... 7&g...