hanchenye-llvm-project/lld/lib
Rui Ueyama f038a52542 Add methods to get archive file name from member file.
Previously we only have File::path() to get the path name of a file.
If a file was a member of an archive file, path() returns a concatenated
string of the file name in the archive and the archive file name.
If we wanted to get a file name or an archive file name, we had to
parse that string. That's of course not good.

This patch adds new member functions, archivePath and memberPath, to File.

http://reviews.llvm.org/D7447

llvm-svn: 228352
2015-02-05 22:51:36 +00:00
..
Config add_lld_library -> add_llvm_library 2015-01-21 21:26:27 +00:00
Core Style cleanup in compareByPosition(). 2015-02-04 00:44:52 +00:00
Driver ELF: Support INPUT linker script directive 2015-02-03 23:00:19 +00:00
Passes MachO: Move LayoutPass to MachO directory. 2015-02-05 20:05:33 +00:00
ReaderWriter Add methods to get archive file name from member file. 2015-02-05 22:51:36 +00:00
CMakeLists.txt Revert "Add support library." 2014-11-11 00:40:36 +00:00
Makefile Revert "Add support library." 2014-11-11 00:40:36 +00:00