diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-03-20 17:39:02 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-03-20 17:39:02 +0000 |
commit | 980b5140ffb2e410b9e9981794ed0b52573a716e (patch) | |
tree | dbc5e44f5a3c91f1fd5b7216c1c26f57b4c496ec /test/DebugInfo/inlined-vars.ll | |
parent | 0f9b8503dece38059743e3adc6083ea493b73744 (diff) |
Make target-specific test case in r177474 only run when that target is built
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177545 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/inlined-vars.ll')
-rw-r--r-- | test/DebugInfo/inlined-vars.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/DebugInfo/inlined-vars.ll b/test/DebugInfo/inlined-vars.ll index 2237296f7f..6f30d8a030 100644 --- a/test/DebugInfo/inlined-vars.ll +++ b/test/DebugInfo/inlined-vars.ll @@ -1,5 +1,4 @@ ; RUN: llc -O0 < %s | FileCheck %s -check-prefix ARGUMENT -; RUN: llc -mtriple armv5 -O0 < %s | FileCheck %s -check-prefix ARGUMENT ; RUN: llc -O0 < %s | FileCheck %s -check-prefix VARIABLE ; PR 13202 |