Revert "[Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp...
[llvm-complete.git] / test / Bitcode / thinlto-asm-noimport.ll
blob84d2e95cefbc37043f3eab1b7f44ca2d14656767
1 ; REQUIRES: arm-registered-target
2 ; RUN: opt -module-summary -o %t %s
3 ; RUN: llvm-bcanalyzer -dump %t | FileCheck %s
5 target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
6 target triple = "thumbv7--linux-android"
8 module asm "asm:"
9 module asm "bx lr"
11 ; NotEligibleToImport
12 ; CHECK: <PERMODULE {{.*}} op1=16
13 define void @f() {
14   call void asm sideeffect "bl asm\0A", ""()
15   ret void