Disable profiling tests for Hexagon since it doesn't support JIT.

llvm-svn: 177917
This commit is contained in:
Jyotsna Verma 2013-03-25 21:15:11 +00:00
parent 1d9a5d27ba
commit 5bd02926b4
1 changed files with 3 additions and 0 deletions

View File

@ -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