[libcxx-commits] [PATCH] D56701: [CMake] Support compiler-rt builtins library in tests
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 4 13:35:09 PST 2019
ldionne added inline comments.
================
Comment at: libcxx/docs/TestingLibcxx.rst:190
+
+.. option:: compiler_rt
+
----------------
In light of this.. would it make sense to remove `compiler_rt` in favour of just `builtins_library`? Basically, `compiler_rt == True` if and only if `Bool(builtins_library)`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56701/new/
https://reviews.llvm.org/D56701
More information about the libcxx-commits
mailing list