diff options
-rw-r--r-- | compiler-rt/test/profile/lit.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/test/profile/lit.cfg b/compiler-rt/test/profile/lit.cfg index f3ce966af2e..dcfd36e6ff3 100644 --- a/compiler-rt/test/profile/lit.cfg +++ b/compiler-rt/test/profile/lit.cfg @@ -33,6 +33,5 @@ config.substitutions.append( ("%clang_profgen ", config.clang + " -fprofile-inst config.substitutions.append( ("%clang_profuse=", config.clang + " -fprofile-instr-use=") ) # Profile tests are currently supported on Linux and Darwin only. -# TODO: change to: if config.host_os not in ['Linux', 'Darwin']: -if config.host_os not in ['Darwin']: +if config.host_os not in ['Linux', 'Darwin']: config.unsupported = True |