forked from OSchip/llvm-project
[asan] use short path for sanitizer_common/tests/sanitizer_test_utils.h, add -I sanitizer_common/tests to asan/tests/CMakeLists.txt
llvm-svn: 175142
This commit is contained in:
parent
c86a2f39a9
commit
dd0ab08b6e
|
|
@ -32,6 +32,7 @@ set(ASAN_UNITTEST_COMMON_CFLAGS
|
|||
-I${COMPILER_RT_SOURCE_DIR}/include
|
||||
-I${COMPILER_RT_SOURCE_DIR}/lib
|
||||
-I${COMPILER_RT_SOURCE_DIR}/lib/asan
|
||||
-I${COMPILER_RT_SOURCE_DIR}/lib/sanitizer_common/tests
|
||||
-Wall
|
||||
-Wno-format
|
||||
-Werror
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
# undef INCLUDED_FROM_ASAN_TEST_UTILS_H
|
||||
#endif
|
||||
|
||||
#include "sanitizer_common/tests/sanitizer_test_utils.h"
|
||||
#include "sanitizer_test_utils.h"
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue