summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/lit')
-rw-r--r--llvm/utils/lit/lit/discovery.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/utils/lit/lit/discovery.py b/llvm/utils/lit/lit/discovery.py
index 4befe582d45..07fc30c3063 100644
--- a/llvm/utils/lit/lit/discovery.py
+++ b/llvm/utils/lit/lit/discovery.py
@@ -57,9 +57,6 @@ def getTestSuite(item, litConfig, cache):
cache[path] = res = search1(path)
return res
- # Canonicalize the path.
- item = os.path.realpath(item)
-
# Skip files and virtual components.
components = []
while not os.path.isdir(item):
OpenPOWER on IntegriCloud