diff options
author | Sam Clegg <sbc@chromium.org> | 2018-07-25 23:13:00 +0000 |
---|---|---|
committer | Sam Clegg <sbc@chromium.org> | 2018-07-25 23:13:00 +0000 |
commit | 77c99ee5d9f6a88641d69f4b3febb300e0b38a8e (patch) | |
tree | cf68ac8d46261cc5223724583f2a31a6f2ec0e37 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | c42087df7cf13efba093dd9cd4b75f4f93aace90 (diff) | |
download | llvm-77c99ee5d9f6a88641d69f4b3febb300e0b38a8e.zip llvm-77c99ee5d9f6a88641d69f4b3febb300e0b38a8e.tar.gz llvm-77c99ee5d9f6a88641d69f4b3febb300e0b38a8e.tar.bz2 |
[CMake] Don't use LIBCXXABI_ENABLE_STATIC option before its declared
Summary:
rL337867 introduced two new cmake_dependent_option options:
- LIBCXXABI_INSTALL_STATIC_LIBRARY
- LIBCXXABI_INSTALL_SHARED_LIBRARY
They depend on LIBCXXABI_ENABLE_STATIC and LIBCXXABI_ENABLE_SHARED
and so therefore need to (it seems) come after the declaration of
these two options.
Subscribers: mgorny, aheejin, christof, ldionne, cfe-commits
Differential Revision: https://reviews.llvm.org/D49825
llvm-svn: 337982
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions