summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/Linux/coverage.cc
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2015-02-03 19:40:53 +0000
committerKostya Serebryany <kcc@google.com>2015-02-03 19:40:53 +0000
commitcc0c773f76cdf978304e8e27e3de10db83dd951f (patch)
treecde1165bfdf19b6565d4950a1cb7e0626441c8d9 /compiler-rt/test/asan/TestCases/Linux/coverage.cc
parentd7966ff3b948c60a02d81ecbb1c70af1a91a0972 (diff)
downloadbcm5719-llvm-cc0c773f76cdf978304e8e27e3de10db83dd951f.tar.gz
bcm5719-llvm-cc0c773f76cdf978304e8e27e3de10db83dd951f.zip
[sanitizer] move the coverage interface into a separate header, <sanitizer/coverage_interface.h>. NFC, except for the header name change. This may break existing users, but in this case it's better this way (not too many users so far)
llvm-svn: 228017
Diffstat (limited to 'compiler-rt/test/asan/TestCases/Linux/coverage.cc')
-rw-r--r--compiler-rt/test/asan/TestCases/Linux/coverage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/coverage.cc b/compiler-rt/test/asan/TestCases/Linux/coverage.cc
index f6eb0ae9285..06fe1a295ea 100644
--- a/compiler-rt/test/asan/TestCases/Linux/coverage.cc
+++ b/compiler-rt/test/asan/TestCases/Linux/coverage.cc
@@ -13,7 +13,7 @@
// https://code.google.com/p/address-sanitizer/issues/detail?id=263
// XFAIL: android
-#include "sanitizer/common_interface_defs.h"
+#include <sanitizer/coverage_interface.h>
#include <assert.h>
#include <stdio.h>
#include <string.h>
OpenPOWER on IntegriCloud