// RUN: cd %S // RUN: %clang_cc1 -fmodules -fno-implicit-modules -x objective-c++ -fmodule-name=std -emit-module Inputs/submodules/module.modulemap -o %t/mod.pcm // RUN: llvm-bcanalyzer --dump --disable-histogram %t/mod.pcm | FileCheck %s // CHECK: blob data = 'vector.h' // CHECK: blob data = 'vector.h' // CHECK: blob data = 'type_traits.h' // CHECK: blob data = 'type_traits.h' // CHECK: blob data = 'hash_map.h' // CHECK: blob data = 'hash_map.h'