[llvm] r331836 - fix path to llvm-cfi-verify unittests in docs
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Tue May 8 18:15:06 PDT 2018
Author: nico
Date: Tue May 8 18:15:06 2018
New Revision: 331836
URL: http://llvm.org/viewvc/llvm-project?rev=331836&view=rev
Log:
fix path to llvm-cfi-verify unittests in docs
Modified:
llvm/trunk/docs/CFIVerify.rst
Modified: llvm/trunk/docs/CFIVerify.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CFIVerify.rst?rev=331836&r1=331835&r2=331836&view=diff
==============================================================================
--- llvm/trunk/docs/CFIVerify.rst (original)
+++ llvm/trunk/docs/CFIVerify.rst Tue May 8 18:15:06 2018
@@ -25,8 +25,8 @@ This tool will be present as a part of t
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
More information about the llvm-commits
mailing list