mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 11:06:06 +00:00

for quoted header lookup when dealing with not-yet-installed frameworks. Fixes <rdar://problem/9824020>. llvm-svn: 136331
5 lines
183 B
C
5 lines
183 B
C
// RUN: %clang -I%S/Before -index-header-map -I%S/Index -I%S/After %s -### 2>> %t.log
|
|
// RUN: FileCheck %s < %t.log
|
|
|
|
// CHECK: {{-I.*Before.*-index-header-map.*-I.*Index.*-I.*After}}
|