This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Don't use LIBCXXABI_ENABLE_STATIC option before its declared
ClosedPublic

Authored by sbc100 on Jul 25 2018, 3:59 PM.

Details

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.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Jul 25 2018, 3:59 PM
sbc100 added a reviewer: aheejin.
phosek accepted this revision.Jul 25 2018, 4:05 PM

LGTM, thanks!

This revision is now accepted and ready to land.Jul 25 2018, 4:05 PM
aheejin accepted this revision.Jul 25 2018, 4:10 PM
This revision was automatically updated to reflect the committed changes.