[llvm] r313301 - [lit] Fix some windows line endings that snuck in.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 14 14:32:13 PDT 2017
Author: zturner
Date: Thu Sep 14 14:32:13 2017
New Revision: 313301
URL: http://llvm.org/viewvc/llvm-project?rev=313301&view=rev
Log:
[lit] Fix some windows line endings that snuck in.
Modified:
llvm/trunk/utils/lit/lit/discovery.py
Modified: llvm/trunk/utils/lit/lit/discovery.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/lit/lit/discovery.py?rev=313301&r1=313300&r2=313301&view=diff
==============================================================================
--- llvm/trunk/utils/lit/lit/discovery.py (original)
+++ llvm/trunk/utils/lit/lit/discovery.py Thu Sep 14 14:32:13 2017
@@ -40,11 +40,11 @@ def getTestSuite(item, litConfig, cache)
ts, relative = search(parent)
return (ts, relative + (base,))
- # This is a private builtin parameter which can be used to perform
+ # This is a private builtin parameter which can be used to perform
# translation of configuration paths. Specifically, this parameter
# can be set to a dictionary that the discovery process will consult
# when it finds a configuration it is about to load. If the given
- # path is in the map, the value of that key is a path to the
+ # path is in the map, the value of that key is a path to the
# configuration to load instead.
config_map = litConfig.params.get('config_map')
if config_map:
More information about the llvm-commits
mailing list