Sign in
llvm
/
llvm-project
/
refs/heads/users/cdevadas/enhance-createFrom-function
/
.
/
llvm
/
test
/
Linker
/
module-asm.ll
blob: 6c600981d72a53e0c10bd3aeb448f1ad16cff22b [
file
] [
edit
]
; RUN: llvm-link %s %p/Inputs/module-asm.ll -S | FileCheck %s
; CHECK: module asm(target_features: "+foo")
; CHECK-NEXT: "asm 1"
; CHECK: module asm(target_features: "+bar")
; CHECK-NEXT: "asm 2"
module
asm
(
target_features
:
"+foo"
)
"asm 1"