forked from OSchip/llvm-project
Add sub-testcase where we process Cocoa.h using --disable-free (i.e., test the usage of the BumpPtrAllocator in ASTContext).
llvm-svn: 63957
This commit is contained in:
parent
474f20efe3
commit
80954b7dc3
|
@ -1,4 +1,5 @@
|
|||
// RUN: clang %s -print-stats &&
|
||||
// RUN: clang %s -disable-free &&
|
||||
// RUN: clang -x objective-c-header -o %t %s && clang -token-cache %t %s &&
|
||||
// RUN: clang -x objective-c-header -o %t %s && clang -token-cache %t %s -E %s -o /dev/null
|
||||
#ifdef __APPLE__
|
||||
|
|
Loading…
Reference in New Issue