[PATCH] [lld] Merge X86 ELF directories

Greg Fitzgerald garious at gmail.com
Fri Jan 30 13:39:21 PST 2015


So it doesn't look like there's much interest in moving lld into the llvm repo, but I'd still like to move forward with supporting LLVM_TARGETS_TO_BUILD.  Here's what needs to be done:

1. Land this patch.
2. Move target-specific code into lib/Target.
3. Reorg the tests

After this reorg, there would be no separate ELF libs - just Arch libs.  We could also move lib/ReaderWriter/ELF up to lib/ELF so that all lld libs are leaves of the directory tree.  lld's directory structure seems awkward to me.  I usually don't see subdirectories have dependencies on their parent directories - only the other way around.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7229

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list