[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / ARM / Windows / trivial-gnu-object.ll
blob06bec29ec3d8e8508ac4b89649f8f2eeac7713b2
1 ; RUN: llc -mtriple=thumbv7-windows-itanium -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s
2 ; RUN: llc -mtriple=thumbv7-windows-gnu -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s
4 define void @foo() {
5 ; CHECK: file format coff-arm
7 ; CHECK-LABEL: <foo>:
8 ; CHECK: bx lr
9   ret void