This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 16:33:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
c3e664a431
llvm-mirror
/
test
/
CodeGen
/
CBackend
/
2004-02-26-LinkOnceFunctions.ll
7 lines
103 B
LLVM
Raw
Normal View
History
Unescape
Escape
Eliminate more uses of llvm-as and llvm-dis. llvm-svn: 81293
2009-09-09 02:09:15 +02:00
; RUN: llc < %s -march=c | grep func1 | grep WEAK
Regression tests for PR258 and PR259. 2004-02-26-FPNotPrintableConstants.llx ensures that constants used in an LLVM program are declared static if they are assigned to global variables. 2004-02-26-LinkOnceFunctions.llx ensures that linkonce functions get the weak attribute. llvm-svn: 11885
2004-02-26 23:55:11 +01:00
Remove llvm-upgrade and update tests. llvm-svn: 47296
2008-02-19 02:41:04 +01:00
define
linkonce
i32
@func1
(
)
{
ret
i32
5
Regression tests for PR258 and PR259. 2004-02-26-FPNotPrintableConstants.llx ensures that constants used in an LLVM program are declared static if they are assigned to global variables. 2004-02-26-LinkOnceFunctions.llx ensures that linkonce functions get the weak attribute. llvm-svn: 11885
2004-02-26 23:55:11 +01:00
}
Reference in New Issue
Copy Permalink