mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
Block.h is a pretty common name, which can lead to nasty collisions with user provided headers. Since we're only getting a few simple declarations from the header, it's better to declare them manually than to include the header. rdar://66384326 Differential Revision: https://reviews.llvm.org/D85035