hanchenye-llvm-project/lld/lib
Rui Ueyama 1e7d0721ae [PECOFF] Treat .imp as an import library file.
Some Clang build uses .imp not .lib file extension for an import library file,
so we need to treat such file as a library file.

Ideally we should not rely on file extensions to detect file type. Instead
we should use magic bytes at beginning of a file. The GNU-compatible driver
actually does that but it made writing unit tests hard, so I chose an ad-hoc
approach for now.

llvm-svn: 205283
2014-04-01 06:11:09 +00:00
..
Core [core] support .gnu.linkonce sections 2014-04-01 03:49:55 +00:00
Driver [PECOFF] Treat .imp as an import library file. 2014-04-01 06:11:09 +00:00
Passes Do not use layout-before to layout atoms. 2014-03-27 22:08:26 +00:00
ReaderWriter [core] support .gnu.linkonce sections 2014-04-01 03:49:55 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00