Details
Diff Detail
Event Timeline
lldb/unittests/Process/Utility/CMakeLists.txt | ||
---|---|---|
4–5 | What's reason for having these as separate files (vs. the all-in-one freebsd approach)? | |
lldb/unittests/Process/Utility/RegisterContextNetBSDTest_i386.cpp | ||
9 | I guess we could now (that we have other, unconditionally compiled files), upgrade this to if(CMAKE_SYSTEM_NAME == NetBSD) |
lldb/unittests/Process/Utility/CMakeLists.txt | ||
---|---|---|
4–5 | struct reg collision. NetBSD doesn't have unique names like FreeBSD does. |
lldb/unittests/Process/Utility/CMakeLists.txt | ||
---|---|---|
4–5 | I see. Somewhat unfortunate, but such is life... I'd consider splitting the FreeBSD version too, for consistency, but I don't feel very strongly about that.. |
Made sources conditional to platform via CMake. If this is good, I'll update FreeBSD afterwards.
What's reason for having these as separate files (vs. the all-in-one freebsd approach)?