This website requires JavaScript.
Explore
Help
Register
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
2025-02-13 17:00:01 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
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 00:09:15 +00: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 22:55:11 +00:00
Remove llvm-upgrade and update tests. llvm-svn: 47296
2008-02-19 01:41:04 +00: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 22:55:11 +00:00
}
Reference in New Issue
Copy Permalink