Details
Diff Detail
- Build Status
Buildable 25724 Build 25723: arc lint + arc unit
Event Timeline
cmake/modules/debugserverConfig.cmake | ||
---|---|---|
2 | 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 | 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. |
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.
I don't know CMake enough, but would it be feasible to have both file #include a fragment with the shared code?