Mercurial > hg > CbC > CbC_llvm
comparison test/MC/AsmParser/include.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | |
children | 3a76565eade5 |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
1 ; RUN: llc -I %p/Inputs -filetype asm -o - %s | FileCheck %s | |
2 | |
3 module asm ".include \22module.x\22" | |
4 | |
5 define arm_aapcscc void @f() { | |
6 entry: | |
7 call void asm sideeffect ".include \22function.x\22", ""() | |
8 ret void | |
9 } | |
10 | |
11 ; CHECK: MODULE = 1 | |
12 ; CHECK: FUNCTION = 1 | |
13 |