[Layering] Sink Linker.h into a Linker subdirectory to make it
authorChandler Carruth <chandlerc@gmail.com>
Thu, 6 Mar 2014 03:42:23 +0000 (03:42 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 6 Mar 2014 03:42:23 +0000 (03:42 +0000)
commit8a67f12a3d2ad1f49320c7eb509d8d83b892de53
treeff827282ee6492db8eebcba9fff1944dfd5464b5
parent67f6bf70d2cdb8fe74fe6872d90b7d09afe5dd69
[Layering] Sink Linker.h into a Linker subdirectory to make it
consistent with every other sub-library header in LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203065 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LTO/LTOCodeGenerator.h
include/llvm/Linker.h [deleted file]
include/llvm/Linker/Linker.h [new file with mode: 0644]
lib/LTO/LTOCodeGenerator.cpp
lib/Linker/LinkModules.cpp
tools/bugpoint/BugDriver.cpp
tools/bugpoint/Miscompilation.cpp
tools/llvm-link/llvm-link.cpp
unittests/Linker/LinkModulesTest.cpp