[docs] TestingGuide.rst: Fix incorrect description
authorJie Fu <jiefu@tencent.com>
Sat, 31 Dec 2022 07:31:33 +0000 (23:31 -0800)
committerFangrui Song <i@maskray.me>
Sat, 31 Dec 2022 07:31:33 +0000 (23:31 -0800)
commit902614d2542d0aba4b6a5829eb7ea5dd8056fcb0
treed215c945a81aee41be38467cbbabd193271e99f9
parent4d3f26bbe6d53ec2cf9666b7ae73feba6f840eb8
[docs] TestingGuide.rst: Fix incorrect description

This patch fixes two incorrect descriptions in TestingGuide.rst.

1. test/lit.site.cfg --> test/lit.site.cfg.py
   After https://reviews.llvm.org/D37838 , the `test/lit.site.cfg` had been added a .py extension.
   So it should be `test/lit.site.cfg.py`.

2. $(LLVM_OBJ_ROOT)/$(BuildMode)/bin --> $(LLVM_OBJ_ROOT)/bin
   The current build system doesn't create a $(BuildMode) directory any more.
   So it should be removed.

Reviewed By: mehdi_amini, MaskRay

Differential Revision: https://reviews.llvm.org/D140780
llvm/docs/TestingGuide.rst