Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/2009-04-12-picrel.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | afa8332a0e37 |
children |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -march=x86-64 -relocation-model=static -code-model=small > %t | 1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -relocation-model=static -code-model=small > %t |
2 ; RUN: grep leaq %t | count 1 | 2 ; RUN: grep leaq %t | count 1 |
3 | 3 |
4 @dst = external global [131072 x i32] | 4 @dst = external global [131072 x i32] |
5 @ptr = external global i32* | 5 @ptr = external global i32* |
6 | 6 |