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 5361 Build 5361: 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 ↗ | (On Diff #94145) | If tis code can be run more than once you also need to add AND NOT TARGET sphinx to the condition here. |