Skip to content
Snippets Groups Projects
Commit fa2e39d0 authored by Graydon Hoare's avatar Graydon Hoare
Browse files

Unbreak windows bot.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299012 91177308-0d34-0410-b5e6-96231b3b80d8
parent f884a845
No related branches found
No related tags found
No related merge requests found
// RUN: rm -f %t.pch
// RUN: %clang_cc1 -emit-pch -o %t.pch %S/Inputs/chain-decls1.h
// RUN: %clang_cc1 -include-pch %t.pch -fsyntax-only -MT %s.o -dependency-file - %s | FileCheck %s
// CHECK: Inputs/chain-decls1.h
// CHECK: chain-decls1.h
int main() {
f();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment