summaryrefslogtreecommitdiffstats
path: root/compiler-rt
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
commitd341194d687e1649d85de19c1e1eefbbd06a6a0e (patch)
tree60ffda348870f77e85232ed96303c9bd80cc399b /compiler-rt
parentefb4d4c78c647c9a0fd94b4de238ea2d386fc2d2 (diff)
downloadbcm5719-llvm-d341194d687e1649d85de19c1e1eefbbd06a6a0e.tar.gz
bcm5719-llvm-d341194d687e1649d85de19c1e1eefbbd06a6a0e.zip
Revert: Enable profile on NetBSD
Requested by V.Kumar. Not all tests pass. llvm-svn: 310912
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/cmake/config-ix.cmake2
-rw-r--r--compiler-rt/test/profile/lit.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/cmake/config-ix.cmake b/compiler-rt/cmake/config-ix.cmake
index 29a9e686373..092d98dd149 100644
--- a/compiler-rt/cmake/config-ix.cmake
+++ b/compiler-rt/cmake/config-ix.cmake
@@ -519,7 +519,7 @@ else()
endif()
if (PROFILE_SUPPORTED_ARCH AND NOT LLVM_USE_SANITIZER AND
- OS_NAME MATCHES "Darwin|Linux|FreeBSD|Windows|Android|NetBSD")
+ OS_NAME MATCHES "Darwin|Linux|FreeBSD|Windows|Android")
set(COMPILER_RT_HAS_PROFILE TRUE)
else()
set(COMPILER_RT_HAS_PROFILE FALSE)
diff --git a/compiler-rt/test/profile/lit.cfg b/compiler-rt/test/profile/lit.cfg
index 1437520884d..9ca394212e9 100644
--- a/compiler-rt/test/profile/lit.cfg
+++ b/compiler-rt/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']:
OpenPOWER on IntegriCloud