forked from OSchip/llvm-project
Fix typo Block.h vs Blocks.h
Thanks for Jeremy for noticing! llvm-svn: 225666
This commit is contained in:
parent
d9e6eb7108
commit
74d5e7a79e
|
@ -256,7 +256,7 @@ public:
|
|||
|
||||
bool IsBlocksDefault() const override {
|
||||
// Always allow blocks on Apple; users interested in versioning are
|
||||
// expected to use /usr/include/Blocks.h.
|
||||
// expected to use /usr/include/Block.h.
|
||||
return true;
|
||||
}
|
||||
bool IsIntegratedAssemblerDefault() const override {
|
||||
|
|
Loading…
Reference in New Issue