[Core] Remove function to not override RoundTripPasses.
authorShankar Easwaran <shankare@codeaurora.org>
Mon, 1 Dec 2014 20:28:54 +0000 (20:28 +0000)
committerShankar Easwaran <shankare@codeaurora.org>
Mon, 1 Dec 2014 20:28:54 +0000 (20:28 +0000)
commit7a64ec24d64f1f24906bce220ad6a6ff8b5812fe
tree5adfae3559a544829f68ff6d84486d37d27bfa2c
parent0d040f66a5c5ffe1a5ebc72f1e87840764195103
[Core] Remove function to not override RoundTripPasses.

RoundTripPasses should always be called in DEBUG mode if the environment
variable "LLD_RUN_ROUNDTRIP_TEST" is set.

Flavors should not be able to override this behavior.

llvm-svn: 223073
lld/include/lld/Core/LinkingContext.h
lld/lib/Core/LinkingContext.cpp