diff options
Diffstat (limited to 'test/DebugInfo/2009-10-16-Scope.ll')
-rw-r--r-- | test/DebugInfo/2009-10-16-Scope.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/DebugInfo/2009-10-16-Scope.ll b/test/DebugInfo/2009-10-16-Scope.ll index 9f9fa65d5b79..037294fc63a4 100644 --- a/test/DebugInfo/2009-10-16-Scope.ll +++ b/test/DebugInfo/2009-10-16-Scope.ll @@ -1,4 +1,5 @@ -; RUN: llc %s -O0 -o /dev/null +; RUN: llc %s -O0 -o /dev/null -mtriple=x86_64-apple-darwin +; RUN: llc %s -O0 -o /dev/null -mtriple=arm-apple-darwin ; PR 5197 ; There is not any llvm instruction assocated with !5. The code generator ; should be able to handle this. |