llvm::Any is an equivalent version of std::any for use prior to C++17. Now
that a minimum of C++17 standards mode is used for building, use std::any
instead.
The use of llvm::Any in other projects and the eventual removal of llvm::Any are
left for follow-up patches.