[PATCH] D33444: Fix an issue of creating symlinks when llvm is embedded

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 11:44:36 PDT 2017


beanz added a comment.

How are you configuring? Unless I'm misunderstanding something when `CMAKE_CONFIGURATION_TYPES` is set `CMAKE_CFG_INTDIR` will never be `"."`.

The documentation of `CMAKE_CFG_INTDIR` lists its expansions (https://cmake.org/cmake/help/v3.0/variable/CMAKE_CFG_INTDIR.html), and the only case where it should be `"."` is if you're using a non-IDE generator. In which case `CMAKE_CONFIGURATION_TYPES` would be unset.

Are you overriding `CMAKE_CFG_INTDIR`? Because that would be bad.


https://reviews.llvm.org/D33444





More information about the llvm-commits mailing list