2 // RUN: split-file %s %t
3 // RUN: %clang_cc1 -extract-api --pretty-sgf --emit-sgf-symbol-labels-for-testing \
4 // RUN: --emit-extension-symbol-graphs --symbol-graph-dir=%t/symbols -isystem %t \
5 // RUN: --product-name=Umbrella -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/modules-cache \
6 // RUN: -triple arm64-apple-macosx -x objective-c-header %t/Umbrella.h %t/Subheader.h
15 //--- module.modulemap
17 umbrella header "Umbrella.h"
22 // RUN: FileCheck %s --input-file %t/symbols/Umbrella.symbols.json --check-prefix MOD
24 // MOD: "!testLabel": "c:@macro@FOO"