summaryrefslogtreecommitdiffstats
path: root/lld/Common/TargetOptionsCommandFlags.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CommandFlags.def -> CommandFlags.inc, leftover after r329840Fangrui Song2018-05-221-2/+2
| | | | llvm-svn: 332951
* Rename to match an LLVM changeDavid Blaikie2018-04-111-1/+1
| | | | llvm-svn: 329841
* Pass CPU string to LTO pipeline.Rafael Espindola2018-01-301-0/+2
| | | | | | | | | | 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
* Fix for file renaming in LLVM (CommandFlags.h -> CommandFlags.def)David Blaikie2017-11-271-3/+3
| | | | llvm-svn: 319084
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-0/+32
New lld's files are spread under lib subdirectory, and it isn't easy to find which files are actually maintained. This patch moves maintained files to Common subdirectory. Differential Revision: https://reviews.llvm.org/D37645 llvm-svn: 314719
OpenPOWER on IntegriCloud