Commits

Xin Tong committed 335dcdaf8c0
This moves back the Linker.h to lib/SIL/. As per LLVM coding standard, Headers in include/ are meant to be used across libraries, headers in lib/ are only used within that library. Thanks @jrose-apple for pointing this out.