Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
cmake/modules/debugserverConfig.cmake | ||
---|---|---|
2 ↗ | (On Diff #176803) | I don't know CMake enough, but would it be feasible to have both file #include a fragment with the shared code? |
cmake/modules/debugserverConfig.cmake | ||
---|---|---|
2 ↗ | (On Diff #176803) | Yes I think this makes sense as soon as the number of duplicates grows. BTW I double-checked and we don't use LLDB_VERSION in debugserver standalone yet, so for now I won't add it. Updated the review accordingly. |
Comment Actions
Also remove code sign configuration as it moved back into debugserver in D55013. With this, debugserverConfig became really small (for the moment), but I still think it's good to have it as counterpart for LLDBConfig.