hanchenye-llvm-project/lld/Common
Rafael Espindola 3a730d8582 Pass CPU string to LTO pipeline.
Previously an empty CPU string was passed to the LTO engine which
resulted in a generic CPU for which certain features like NOPL were
disabled. This fixes that.

Patch by Pratik Bhatu!

llvm-svn: 323801
2018-01-30 18:18:59 +00:00
..
Args.cpp Fix formatting. 2017-11-28 20:01:30 +00:00
CMakeLists.txt [coff] Print detailed timing information with /TIME. 2018-01-17 19:16:26 +00:00
ErrorHandler.cpp Use ErrorOS for log messages as well as error 2017-12-11 21:57:31 +00:00
Memory.cpp Move Memory.{h,cpp} to Common. 2017-11-28 20:39:17 +00:00
Reproduce.cpp toString function take a const refs where possible 2017-12-05 16:50:46 +00:00
Strings.cpp Factor out common code to Common/Strings.cpp. 2017-11-28 02:15:26 +00:00
TargetOptionsCommandFlags.cpp Pass CPU string to LTO pipeline. 2018-01-30 18:18:59 +00:00
Threads.cpp Delete dead code. 2017-11-07 23:12:41 +00:00
Timer.cpp Add a missing file header. 2018-01-18 23:46:28 +00:00
Version.cpp