[all-commits] [llvm/llvm-project] f9e70f: [libc++] Rename the -fno-rtti Lit feature to just ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Sep 29 13:30:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f9e70fa546a461b3c9fa8463efcd9f7fe989bd9f
https://github.com/llvm/llvm-project/commit/f9e70fa546a461b3c9fa8463efcd9f7fe989bd9f
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.unmerged.sh.cpp
M libcxx/test/std/language.support/support.rtti/type.info/type_info.pass.cpp
M libcxx/test/std/language.support/support.rtti/type.info/type_info_hash.pass.cpp
M libcxx/test/std/utilities/any/any.class/any.observers/type.pass.cpp
M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target.pass.cpp
M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target_type.pass.cpp
M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter/get_deleter.pass.cpp
M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/dynamic_pointer_cast.pass.cpp
M libcxx/test/std/utilities/type.index/type.index.hash/hash.pass.cpp
M libcxx/test/std/utilities/type.index/type.index.members/ctor.pass.cpp
M libcxx/test/std/utilities/type.index/type.index.members/eq.pass.cpp
M libcxx/test/std/utilities/type.index/type.index.members/hash_code.pass.cpp
M libcxx/test/std/utilities/type.index/type.index.members/lt.pass.cpp
M libcxx/test/std/utilities/type.index/type.index.members/name.pass.cpp
M libcxx/test/std/utilities/type.index/type.index.overview/copy_assign.pass.cpp
M libcxx/test/std/utilities/type.index/type.index.overview/copy_ctor.pass.cpp
M libcxx/test/std/utilities/type.index/type.index.synopsis/hash_type_index.pass.cpp
M libcxx/test/support/test.support/test_macros_header.no_rtti.verify.cpp
M libcxx/test/support/test.support/test_macros_header.rtti.pass.cpp
M libcxx/utils/libcxx/test/params.py
M libcxxabi/test/incomplete_type.sh.cpp
Log Message:
-----------
[libc++] Rename the -fno-rtti Lit feature to just no-rtti
This is consistent to the way we name other Lit features, and it removes
the possibility for confusing the Lit feature with the actual compiler
flag.
More information about the All-commits
mailing list