This argument can be used to specify the entrypoint name if it is different
from the target name.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/cmake/modules/LLVMLibCRules.cmake | ||
---|---|---|
113 | Name is also optional, should it's comment say so? |
libc/cmake/modules/LLVMLibCRules.cmake | ||
---|---|---|
113 | I called them "optional arguments" throughout which is probably a mistake/misnomer. They should actually be called "option arguments" to match the CMake documentation: https://cmake.org/cmake/help/v3.14/command/cmake_parse_arguments.html Will update separately. |
Name is also optional, should it's comment say so?