Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Analysis/CMakeLists.txt | ||
---|---|---|
17 ↗ | (On Diff #354127) | should this be handled in TensorflowCompile.cmake? Likely common behavior. |
Comment Actions
Move the relevant code to TensorflowCompile.cmake.
When removing a model, the default url should be set to the string literal
"none".
We cannot simply set it to "", as cmake will then think that the call to
tf_find_and_compile is missing and argument.