This is an alternative to the workaround in r374510.
Details
Details
- Reviewers
phosek EricWF mclow.lists - Group Reviewers
Restricted Project - Commits
- rG0a00a7d57791: [libc++] Use generator expression in Linker script generation
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I got the following error:
Error evaluating generator expression: $<TARGET_EXISTS:unwind_shared> Expression did not evaluate to a known generator expression
Comment Actions
It seems like TARGET_EXISTS was only introduced in CMake 3.12 but I have 3.10 on my workstation. I'll try to upgrade my CMake and try again, but this may prevent us from rolling this out to LLVM which is still requiring 3.4.