llvm-project/lld/lib/Core
Shankar Easwaran 8f1b2d0930 [Core] Remove roundTripPass() function.
Use the environment variable "LLD_RUN_ROUNDTRIP_TEST" in the test that you want
to disable, as

RUN: env LLD_RUN_ROUNDTRIP_TEST= <run>

This was a patch that I made, but I find this a better way to accomplish what we
want to do.

llvm-svn: 228376
2015-02-06 04:15:02 +00:00
..
CMakeLists.txt Fix five of the shared library build targets 2015-01-21 22:54:56 +00:00
DefinedAtom.cpp Style cleanup in compareByPosition(). 2015-02-04 00:44:52 +00:00
Error.cpp Use std::recursive_mutex instead of llvm's SmartMutex. 2015-01-16 00:55:01 +00:00
File.cpp Run the resolver in parallel with the reader. 2015-01-16 15:54:13 +00:00
LinkingContext.cpp [Core] Remove roundTripPass() function. 2015-02-06 04:15:02 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00
Reader.cpp Remove kindInGroup reference. 2015-01-27 22:55:29 +00:00
Resolver.cpp Fix runtime error on Windows. 2015-01-21 22:16:17 +00:00
SymbolTable.cpp Follow-up to r221913. Fix some -Wcast-qual warning reasons. 2014-11-14 07:15:43 +00:00
TODO.txt remove completed items 2012-05-04 01:14:02 +00:00
Writer.cpp Fix five of the shared library build targets 2015-01-21 22:54:56 +00:00