diff options
author | Aaron Smith <aaron.smith@microsoft.com> | 2018-04-12 23:45:15 +0000 |
---|---|---|
committer | Aaron Smith <aaron.smith@microsoft.com> | 2018-04-12 23:45:15 +0000 |
commit | 0c8ee891a75dfdc1c3420e36389d6ea7c680d1fb (patch) | |
tree | df16d57379981e8d7c05de72ce21fe767a278055 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | b35c113718c9519b892b6808f175e6c6a1589433 (diff) | |
download | bcm5719-llvm-0c8ee891a75dfdc1c3420e36389d6ea7c680d1fb.tar.gz bcm5719-llvm-0c8ee891a75dfdc1c3420e36389d6ea7c680d1fb.zip |
[lit] Remove duplicate to_string method
There are two versions of to_string used by TestRunner.py. The one defined
in TestRunner.py and the one defined in utils/lit/lit/util.py. The util.py
version is superior to the TestRunner.py version.
This change removes the duplicate to_string in TestRunner.py in favor of
always using the version from util.py. Beside removing duplicate code, this
makes it easier to debug TestRunner.py since only one version of to_string
is used.
Patch by Stella Stamenova!
llvm-svn: 329972
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions