[all-commits] [llvm/llvm-project] 902614: [docs] TestingGuide.rst: Fix incorrect description
Jie Fu via All-commits
all-commits at lists.llvm.org
Fri Dec 30 23:31:47 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 902614d2542d0aba4b6a5829eb7ea5dd8056fcb0
https://github.com/llvm/llvm-project/commit/902614d2542d0aba4b6a5829eb7ea5dd8056fcb0
Author: Jie Fu <jiefu at tencent.com>
Date: 2022-12-30 (Fri, 30 Dec 2022)
Changed paths:
M llvm/docs/TestingGuide.rst
Log Message:
-----------
[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
More information about the All-commits
mailing list