[libcxx-commits] [PATCH] D68880: [libc++] Use generator expression in Linker script generation

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 11 14:04:28 PDT 2019


phosek added a comment.

In D68880#1706330 <https://reviews.llvm.org/D68880#1706330>, @ldionne wrote:

> @phosek Can you please confirm this also fixes your issue in the Runtimes build?


I got the following error:

  Error evaluating generator expression:
  
    $<TARGET_EXISTS:unwind_shared>
  
  Expression did not evaluate to a known generator expression


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68880/new/

https://reviews.llvm.org/D68880





More information about the libcxx-commits mailing list