mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
NEw testcase
llvm-svn: 5438
This commit is contained in:
parent
b2d9f7dcc9
commit
432c9410b4
10
llvm/test/Regression/Linker/2003-01-30-LinkerRename.ll
Normal file
10
llvm/test/Regression/Linker/2003-01-30-LinkerRename.ll
Normal file
@ -0,0 +1,10 @@
|
||||
; This fails because the linker renames the external symbol not the internal
|
||||
; one...
|
||||
|
||||
; RUN: echo "implementation internal int %foo() { ret int 7 }" | as > Output/%s.1.bc
|
||||
; RUN: as < %s > Output/%s.2.bc
|
||||
; RUN: link Output/%s.[12].bc | dis | grep '%foo()' | grep -v internal
|
||||
|
||||
implementation
|
||||
int %foo() { ret int 0 }
|
||||
|
Loading…
Reference in New Issue
Block a user