[DAG] TransformFPLoadStorePair - early out if we're not loading a simple type
[llvm-project.git] / clang / test / APINotes / yaml-reader-errors.m
blob9e5ee34c3e4152feb2afb6dc45838642a6f5d442
1 // RUN: rm -rf %t
2 // RUN: not %clang_cc1 -fmodules -fimplicit-module-maps -fapinotes -fapinotes-modules -fmodules-cache-path=%t -I %S/Inputs/yaml-reader-errors/ -fsyntax-only %s > %t.err 2>&1
3 // RUN: FileCheck %S/Inputs/yaml-reader-errors/UIKit.apinotes < %t.err
5 @import UIKit;