[LLVMdev] Anyone notice the duplication of ELF Relocation enums in two different places?

Jason Kim jasonwkim at google.com
Mon Nov 22 12:52:27 PST 2010


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



More information about the llvm-dev mailing list