diff options
author | Nico Weber <nicolasweber@gmx.de> | 2018-05-09 01:15:06 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2018-05-09 01:15:06 +0000 |
commit | e6a19264e9cc181cc7b4c4168c15aaf6305f08dd (patch) | |
tree | 66a15334c76febf03c790a000aab10803f3b77b7 /llvm/docs | |
parent | a78a4809a548e60de6c0e379d5f7c83771c52d63 (diff) | |
download | bcm5719-llvm-e6a19264e9cc181cc7b4c4168c15aaf6305f08dd.tar.gz bcm5719-llvm-e6a19264e9cc181cc7b4c4168c15aaf6305f08dd.zip |
fix path to llvm-cfi-verify unittests in docs
llvm-svn: 331836
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CFIVerify.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CFIVerify.rst b/llvm/docs/CFIVerify.rst index 7424d01c90b..a1182a8fcfc 100644 --- a/llvm/docs/CFIVerify.rst +++ b/llvm/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 |