In https://reviews.llvm.org/D110005, LLVM runtime libraries unify names used by compiler flag check in cmake, we need to update LIBUNWIND_SUPPORTS_* flag used in libunwind cmake too.
Details
Details
- Reviewers
MaskRay compnerd mstorsjo - Group Reviewers
Restricted Project - Commits
- rG09dcb933eff3: [CMake] Fix LIBUNWIND_ENABLE_CET build after D110005
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libunwind/CMakeLists.txt | ||
---|---|---|
163 | Here: https://github.com/llvm/llvm-project/blob/main/libunwind/cmake/Modules/HandleLibunwindFlags.cmake#L186 Called two lines above. |
Where is this defined?