fix path to llvm-cfi-verify unittests in docs

llvm-svn: 331836
This commit is contained in:
Nico Weber 2018-05-09 01:15:06 +00:00
parent a78a4809a5
commit e6a19264e9
1 changed files with 2 additions and 2 deletions

View File

@ -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