summaryrefslogtreecommitdiff
path: root/test/profile
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2017-08-15 09:56:47 +0000
committerKamil Rytarowski <n54@gmx.com>2017-08-15 09:56:47 +0000
commit5761b5b90a374f6a69664ac504c8f765d2acb680 (patch)
tree79fdb88ef0f40b068486c40da12b3f11683c313d /test/profile
parent237a4de6d7bb4234853740591cea82f8d2d603ff (diff)
Revert: Enable profile on NetBSD
Requested by V.Kumar. Not all tests pass. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@310912 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/profile')
-rw-r--r--test/profile/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/lit.cfg b/test/profile/lit.cfg
index 143752088..9ca394212 100644
--- a/test/profile/lit.cfg
+++ b/test/profile/lit.cfg
@@ -78,7 +78,7 @@ config.substitutions.append( ("%clangxx_profuse=", build_invocation(clang_cxxfla
config.substitutions.append( ("%clang_lto_profgen=", build_invocation(clang_cflags, True) + " -fprofile-instr-generate=") )
-if config.host_os not in ['Darwin', 'FreeBSD', 'Linux', 'NetBSD']:
+if config.host_os not in ['Darwin', 'FreeBSD', 'Linux']:
config.unsupported = True
if config.target_arch in ['armv7l']: