llvm-project/lld/tools/lld
Rui Ueyama 8db1eddc07 Make Driver::link and LinkingContext::validate return true on success.
This patch inverts the return value of these functions, so that they return
"true" on success and "false" on failure. The meaning of boolean return value
was mixed in LLD; for example, InputGraph::validate() returns true on success.
With this patch they'll become consistent.

CC: llvm-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D1748

llvm-svn: 191341
2013-09-24 23:26:34 +00:00
..
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00
TODO.txt Add some docs on the type of flags link.exe has that our driver will need to support. 2012-04-30 23:45:49 +00:00
lld.cpp Make Driver::link and LinkingContext::validate return true on success. 2013-09-24 23:26:34 +00:00