forked from OSchip/llvm-project
Eliminate dependency on where test is run from.
llvm-svn: 64837
This commit is contained in:
parent
d57a720d57
commit
abdc0f1e07
|
@ -1,9 +1,9 @@
|
|||
// RUN: clang -analyze -checker-simple -verify -I../../../include %s &&
|
||||
// RUN: clang -analyze -checker-cfref -analyzer-store=basic -verify -I../../../include %s &&
|
||||
// RUN: clang -analyze -checker-cfref -analyzer-store=region -verify -I../../../include %s
|
||||
// RUN: clang -analyze -checker-simple -verify %s &&
|
||||
// RUN: clang -analyze -checker-cfref -analyzer-store=basic -verify %s &&
|
||||
// RUN: clang -analyze -checker-cfref -analyzer-store=region -verify %s
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <llvm/Config/config.h>
|
||||
#include "../../../../include/llvm/Config/config.h"
|
||||
#ifdef HAVE_ALLOCA_H
|
||||
# include <alloca.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue