This code is copied from llvm/cmake/config-ix.cmake. Would it be better
to refactor this code and put it in
llvm/cmake/modules/AddSphinxTarget.cmake ?
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 5307 Build 5307: arc lint + arc unit
Event Timeline
Comment Actions
I think putting this into AddSphinxTarget.cmake would be a better way to handle it. Also I have one small inline comment.
CMakeLists.txt | ||
---|---|---|
177 | If tis code can be run more than once you also need to add AND NOT TARGET sphinx to the condition here. |
If tis code can be run more than once you also need to add AND NOT TARGET sphinx to the condition here.