summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/on-demand-build-warnings.m
blob: aa122dbd85590d59722da41d63d3e257149b272e (plain)
1
2
3
4
5
// RUN: rm -rf %t
// RUN: %clang_cc1 -fno-objc-infer-related-result-type -Wmodule-build -fmodule-cache-path %t -F %S/Inputs -verify %s

__import_module__ Module; // expected-warning{{building module 'Module' from source}}

OpenPOWER on IntegriCloud