[lld] r234534 - Update design.rst to remove a mention about round-trip tests.

Rui Ueyama ruiu at google.com
Thu Apr 9 13:43:38 PDT 2015


Author: ruiu
Date: Thu Apr  9 15:43:38 2015
New Revision: 234534

URL: http://llvm.org/viewvc/llvm-project?rev=234534&view=rev
Log:
Update design.rst to remove a mention about round-trip tests.

Modified:
    lld/trunk/docs/design.rst

Modified: lld/trunk/docs/design.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/design.rst?rev=234534&r1=234533&r2=234534&view=diff
==============================================================================
--- lld/trunk/docs/design.rst (original)
+++ lld/trunk/docs/design.rst Thu Apr  9 15:43:38 2015
@@ -406,11 +406,7 @@ test is a text file with comments tellin
 result To facilitate testing, the lld project builds a tool called lld-core.
 This tool reads a YAML file (default from stdin), parses it into one or more
 lld::File objects in memory and then feeds those lld::File objects to the
-resolver phase.  The output of the resolver is written as a native object file.
-It is then read back in using the native object file reader and then pass to the
-YAML writer.  This round-about path means that all three representations
-(in-memory, binary, and text) are exercised, and any new feature has to work in
-all the representations to pass the test.
+resolver phase.
 
 
 Resolver testing





More information about the llvm-commits mailing list