hanchenye-llvm-project/lld/tools
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
..
lld Make Driver::link and LinkingContext::validate return true on success. 2013-09-24 23:26:34 +00:00
CMakeLists.txt This is my Driver refactoring patch. 2013-04-04 18:59:24 +00:00