diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-04-01 15:56:05 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-04-01 15:56:05 +0000 |
| commit | 48e24c7355d4cf3fccea59d3542c9e91830d39ac (patch) | |
| tree | 8a5863ff351459a98d33de0aa7d98f06ed050d87 /compiler-rt | |
| parent | a5f806e59964ef9b4992a60bdadb076025c0bec3 (diff) | |
| download | bcm5719-llvm-48e24c7355d4cf3fccea59d3542c9e91830d39ac.tar.gz bcm5719-llvm-48e24c7355d4cf3fccea59d3542c9e91830d39ac.zip | |
InstrProf: Turn on test for Linux
Enabling test/profile on Linux to get feedback from the buildbots. I'm
hoping this just works...
<rdar://problem/16458307>
llvm-svn: 205319
Diffstat (limited to 'compiler-rt')
| -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 |

