commit | 905ad3442d7ccdda10498f57402b7b548fcc1bbc | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Wed Sep 02 20:43:43 2015 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Wed Sep 02 20:43:43 2015 +0000 |
tree | 67324df0cd254adb2c7c55d967a931034d112f3d | |
parent | 86fdc85181ae75e0280b00175b1b1af86b5b0c7d [diff] |
Split out the ELF kind from the InputFile Kind. There were at least two issues with having them together: * For compatibility checks, we only want to look at the ELF kind. * Adding support for shared libraries should introduce one InputFile kind, not 4. llvm-svn: 246707