mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Re-disable pch-from-libclang.c after 352803, some buildbots are still unhappy
llvm-svn: 352809
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
// RUN: %clang -x c-header %s -o %t.clang.h.pch -fmodules -fmodules-cache-path=%t.mcp -Xclang -detailed-preprocessing-record -Xclang -triple -Xclang x86_64-apple-darwin -Xclang -fallow-pch-with-compiler-errors -Xclang -verify
|
||||
// RUN: c-index-test -test-load-source local %s -include %t.clang.h -fmodules -fmodules-cache-path=%t.mcp -Xclang -triple -Xclang x86_64-apple-darwin | FileCheck %s
|
||||
|
||||
// FIXME: Still fails on at least some linux boxen.
|
||||
// REQUIRES: system-darwin
|
||||
|
||||
#ifndef HEADER
|
||||
#define HEADER
|
||||
|
||||
|
||||
Reference in New Issue
Block a user