diff options
author | Renato Golin <renato.golin@linaro.org> | 2015-02-27 16:35:27 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2015-02-27 16:35:27 +0000 |
commit | a78995c0a05974ae9b0a9496fa5e26a3d0474661 (patch) | |
tree | 2aaf27a11e6861a499ea080e498627481fd468ac /llvm/test/CodeGen/ARM/dwarf-eh.ll | |
parent | fded50f2f9800cdbab892852e73ffb7a6a3852b2 (diff) | |
download | bcm5719-llvm-a78995c0a05974ae9b0a9496fa5e26a3d0474661.tar.gz bcm5719-llvm-a78995c0a05974ae9b0a9496fa5e26a3d0474661.zip |
Equally to NetBSD, Bitrig/ARM uses the Itanium-ABI.
Patch by Patrick Wildt.
llvm-svn: 230762
Diffstat (limited to 'llvm/test/CodeGen/ARM/dwarf-eh.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/dwarf-eh.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/dwarf-eh.ll b/llvm/test/CodeGen/ARM/dwarf-eh.ll index 0b8a072ec95..4bbfe8b7408 100644 --- a/llvm/test/CodeGen/ARM/dwarf-eh.ll +++ b/llvm/test/CodeGen/ARM/dwarf-eh.ll @@ -2,6 +2,10 @@ ; RUN: FileCheck %s ; RUN: llc -mtriple=arm-netbsd-eabi -o - -filetype=asm %s \ ; RUN: -relocation-model=pic | FileCheck -check-prefix=CHECK-PIC %s +; RUN: llc -mtriple=armv7-bitrig-gnueabihf -o - -filetype=asm %s | \ +; RUN: FileCheck %s +; RUN: llc -mtriple=armv7-bitrig-gnueabihf -o - -filetype=asm %s \ +; RUN: -relocation-model=pic | FileCheck -check-prefix=CHECK-PIC %s ; ModuleID = 'test.cc' target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:64:128-a0:0:64-n32-S64" |