diff options
| author | Kamil Rytarowski <n54@gmx.com> | 2018-12-27 22:55:13 +0000 |
|---|---|---|
| committer | Kamil Rytarowski <n54@gmx.com> | 2018-12-27 22:55:13 +0000 |
| commit | 636269526d00cb34fd31755eb8f569b2d5c23736 (patch) | |
| tree | f1320b0ca1f9a0957a819aa65307f177bf2799f9 | |
| parent | 50394f6e018fd347ae1ccb86f0ec0180ec5f7e33 (diff) | |
| download | bcm5719-llvm-636269526d00cb34fd31755eb8f569b2d5c23736.tar.gz bcm5719-llvm-636269526d00cb34fd31755eb8f569b2d5c23736.zip | |
Enable asan_and_llvm_coverage_test.cc for NetBSD
LLVM profile is now enabled for this target.
llvm-svn: 350106
| -rw-r--r-- | compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cc b/compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cc index 005bf7de10f..2ba5a42d1b7 100644 --- a/compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cc +++ b/compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cc @@ -4,8 +4,6 @@ // We don't really support running tests using profile runtime on Windows. // UNSUPPORTED: windows-msvc -// profile is disabled by default -// UNSUPPORTED: netbsd #include <stdio.h> int foo() { return 1; } int XXX = foo(); |

