From 3613c1518f02389d1410ca191afe5f6c7f4f3fea Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 9 May 2018 01:15:06 +0000 Subject: [PATCH] fix path to llvm-cfi-verify unittests in docs llvm-svn: 331836 --- docs/CFIVerify.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CFIVerify.rst b/docs/CFIVerify.rst index 7424d01c90b..a1182a8fcfc 100644 --- a/docs/CFIVerify.rst +++ b/docs/CFIVerify.rst @@ -25,8 +25,8 @@ This tool will be present as a part of the LLVM toolchain, and will reside in the "/llvm/tools/llvm-cfi-verify" directory, relative to the LLVM trunk. It will be tested in two methods: -- Unit tests to validate code sections, present in "/llvm/unittests/llvm-cfi- - verify". +- Unit tests to validate code sections, present in + "/llvm/unittests/tools/llvm-cfi-verify". - Integration tests, present in "/llvm/tools/clang/test/LLVMCFIVerify". These integration tests are part of clang as part of a continuous integration framework, ensuring updates to the compiler that reduce CFI coverage on