[PATCH] D28449: [libcxxabi] Include flag to exclude test and fuzz subdirs.

2017-01-07 Thread bryant via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL291367: [libcxxabi] Add flag to conditionally enable tests (authored by bryant). Changed prior to commit: https://reviews.llvm.org/D28449?vs=83536&id=83539#toc Repository: rL LLVM https://reviews.ll

[PATCH] D28449: [libcxxabi] Include flag to exclude test and fuzz subdirs.

2017-01-07 Thread bryant via Phabricator via cfe-commits
bryant updated this revision to Diff 83536. bryant added a comment. set default val to LLVM_INCLUDE_TESTS, like the others. https://reviews.llvm.org/D28449 Files: CMakeLists.txt Index: CMakeLists.txt === --- CMakeLists.txt +++

[PATCH] D28449: [libcxxabi] Include flag to exclude test and fuzz subdirs.

2017-01-07 Thread bryant via Phabricator via cfe-commits
bryant created this revision. bryant added reviewers: compnerd, EricWF, jroelofs. bryant added subscribers: cfe-commits, llvm-commits. Herald added a subscriber: mgorny. LLVM_INCLUDE_TESTS CLANG_INCLUDE_TESTS LIBCXX_INCLUDE_TESTS ...and now this. https://reviews.llvm.org/D28449 Files: CMakeL