Replaced Cmake option based check with the preprocessor macro as CMAKE_SYSTEM_PROCESSOR doesn't work as expected on Windows.
Details
Details
- Reviewers
compnerd labath - Commits
- rG4f1869c35afa: Merging r367414: --------------------------------------------------------------…
rL367523: Merging r367414:
rGe98b4188dc6e: [ProcessWindows] Choose a register context file by preprocessor
rLLDB367414: [ProcessWindows] Choose a register context file by preprocessor
rL367414: [ProcessWindows] Choose a register context file by preprocessor
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Common/CMakeLists.txt | ||
---|---|---|
25 ↗ | (On Diff #212192) | Maybe add FIXME or TODO to revisit state of https://gitlab.kitware.com/cmake/cmake/issues/15170 ? |
Common/CMakeLists.txt | ||
---|---|---|
25 ↗ | (On Diff #212192) | I'm not sure we should rollback to that approach also due to the comment
|
Common/CMakeLists.txt | ||
---|---|---|
28 ↗ | (On Diff #212192) | At this point, I would say its better to just merge it into the main source list. |
Common/x64/RegisterContextWindows_x64.h | ||
47 ↗ | (On Diff #212192) | Can you push this inside the include guards please? |
Common/x86/RegisterContextWindows_x86.h | ||
51 ↗ | (On Diff #212192) | Can you sink the check here inside the include guards please? |
Comment Actions
I wonder if directories x86 and x64 are needed. Should I remove them to make hierarchy consistent with D63165?