forked from OSchip/llvm-project
[asan] Use a relative include path instead of requiring build system involvement.
llvm-svn: 163414
This commit is contained in:
parent
44b3474b0e
commit
9d098bc09a
|
@ -14,8 +14,8 @@
|
|||
|
||||
#if defined(__APPLE__)
|
||||
|
||||
#include "asan_interceptors.h"
|
||||
#include "asan_intercepted_functions.h"
|
||||
#include "../asan_interceptors.h"
|
||||
#include "../asan_intercepted_functions.h"
|
||||
|
||||
namespace __asan {
|
||||
|
||||
|
|
Loading…
Reference in New Issue