compor / llvm-ir-cmake-utils

LLVM IR CMake utils for bitcode file manipulation by opt and friends
GNU Lesser General Public License v2.1
68 stars 14 forks source link

Inaccurate documentation: use of CMAKE_MODULE_PATH during inclusion #17

Closed pthedinger closed 4 years ago

pthedinger commented 4 years ago

The documentation says:

However, CMake doesn't search your CMAKE_MODULE_PATH in that case and so that doesn't work very well.

As per the examples, it should simply be:

compor commented 4 years ago

Hello there and thanks for filing this issue. Let me have a look and I'll get back to you.

compor commented 4 years ago

@pthedinger I can confirm this mistake. Thanks for catching this.

compor commented 4 years ago

Fixed by commit 6a956a411ba157f2ceccf07a85f744eb2455e8c3.