diff options
| author | Jyotsna Verma <jverma@codeaurora.org> | 2013-03-25 21:15:11 +0000 |
|---|---|---|
| committer | Jyotsna Verma <jverma@codeaurora.org> | 2013-03-25 21:15:11 +0000 |
| commit | 5bd02926b47bfc550d002f1396f893422ed64947 (patch) | |
| tree | e7b58f7da9994b00bb33c4f7cc00f8fb6fa66e4c | |
| parent | 1d9a5d27ba6848c5fcd271e508edf494831e07a2 (diff) | |
| download | bcm5719-llvm-5bd02926b47bfc550d002f1396f893422ed64947.tar.gz bcm5719-llvm-5bd02926b47bfc550d002f1396f893422ed64947.zip | |
Disable profiling tests for Hexagon since it doesn't support JIT.
llvm-svn: 177917
| -rw-r--r-- | llvm/test/Analysis/Profiling/lit.local.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Analysis/Profiling/lit.local.cfg b/llvm/test/Analysis/Profiling/lit.local.cfg index d507d3fd71a..444b7dc2741 100644 --- a/llvm/test/Analysis/Profiling/lit.local.cfg +++ b/llvm/test/Analysis/Profiling/lit.local.cfg @@ -11,3 +11,6 @@ root = getRoot(config) # doesn't have any JIT at present so they will fail when run there. if root.host_arch in ['AArch64']: config.unsupported = True + +if 'hexagon' in root.target_triple: + config.unsupported = True |

