[libunwind][CMake] Fix name of LIBUNWIND_SUPPORTS_NODEFAULTLIBS_FLAG
authorPavel Samolysov <samolisov@gmail.com>
Thu, 26 May 2022 14:03:08 +0000 (17:03 +0300)
committerPavel Samolysov <samolisov@gmail.com>
Fri, 27 May 2022 06:20:57 +0000 (09:20 +0300)
commite251fb4cdeb723eff5507be1efeb3fc69f7a2ce7
tree8314d75daf1e81dfa49bfc82fa9c9d717182e609
parent842e48bd65770f0368ee0d1ca7ee34dbd8f0ff03
[libunwind][CMake] Fix name of LIBUNWIND_SUPPORTS_NODEFAULTLIBS_FLAG

The CMake variable LIBUNWIND_SUPPORTS_NODEFAULTLIBS_FLAG has been renamed
into C_SUPPORTS_NODEFAULTLIBS_FLAG because the last one is used in the
confix-ix.cmake file while the variable with the original name is not used
at al.

Differential Revision: https://reviews.llvm.org/D126466
libunwind/cmake/config-ix.cmake