[PATCH] D140780: [Docs] TestingGuide.rst: Fix incorrect description

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 30 23:31:59 PST 2022


MaskRay added inline comments.


================
Comment at: llvm/docs/TestingGuide.rst:238
 with the full paths to the executable built for each tool (in
-``$(LLVM_OBJ_ROOT)/$(BuildMode)/bin)``. This ensures that :program:`lit` does
+``$(LLVM_OBJ_ROOT)/bin)``. This ensures that :program:`lit` does
 not invoke any stray LLVM tools in the user's path during testing.
----------------
i'll move `)` after the quote.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140780/new/

https://reviews.llvm.org/D140780



More information about the llvm-commits mailing list