[lldb] Fix test_exec_root of API tests
authorPavel Labath <pavel@labath.sk>
Mon, 22 Mar 2021 14:13:15 +0000 (15:13 +0100)
committerPavel Labath <pavel@labath.sk>
Mon, 22 Mar 2021 14:15:48 +0000 (15:15 +0100)
commit8248dd91d7f042893d4a605e98d19cb1b89a44d4
tree2e501e0a0a6e8af0b4d1c3fe2d072bdf36028ae4
parent6dc32da1b077735b3064adefe8aac7d8d441516b
[lldb] Fix test_exec_root of API tests

lit has grown a feature where it stores the runtimes of all tests.
Normally, these times should be stored in the build directory, but
because our API tests have set test_exec_root to point to the source
tree, it has ended up polluting our checkout and led to the
.lit_test_times.txt being committed to the repository.

Delete this file, and adjust the exec root of API tests. I've also
needed to adjust the root of Shell tests, in order to avoid the two
overlapping.
lldb/test/API/.lit_test_times.txt [deleted file]
lldb/test/API/lit.cfg.py
lldb/test/Shell/helper/toolchain.py
lldb/test/Shell/lit.cfg.py