We configure with llvm with a script not from the command line. When trying to create a symlink we try to get a value from target property RUNTIME_OUTPUT_DIRECTORY_RELEASE which is only conditionally set (see set_output_directory).
Adjust the condition to match the conditional addition in `set_output_directory.
@beanz, for some reason we when configuring we do not enter here. So we do not get a property RUNTIME_OUTPUT_DIRECTORY_${CONFIG_SUFFIX}, when calling add_llvm_tool_symlink we have CMAKE_CONFIGURATION_TYPES so we enter in the branch where we should have set the property...