Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| lldb/unittests/Process/Utility/CMakeLists.txt | ||
|---|---|---|
| 15–16 | What's reason for having these as separate files (vs. the all-in-one freebsd approach)? | |
| lldb/unittests/Process/Utility/RegisterContextNetBSDTest_i386.cpp | ||
| 10 | 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 | ||
|---|---|---|
| 15–16 | struct reg collision. NetBSD doesn't have unique names like FreeBSD does. | |
| lldb/unittests/Process/Utility/CMakeLists.txt | ||
|---|---|---|
| 15–16 | 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)?