13 lines · c
1// REQUIRES: mips-registered-target2// RUN: %clang_cc1 -triple mips-linux-gnu -emit-obj -o - %s | \3// RUN: llvm-readobj -h - | FileCheck %s4 5// CHECK: EF_MIPS_ABI_O326 7__asm__(8"bar:\n"9" nop\n"10);11 12void foo() {}13 1// REQUIRES: mips-registered-target2// RUN: %clang_cc1 -triple mips-linux-gnu -emit-obj -o - %s | \3// RUN: llvm-readobj -h - | FileCheck %s4 5// CHECK: EF_MIPS_ABI_O326 7__asm__(8"bar:\n"9" nop\n"10);11 12void foo() {}13