This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
b2090ecbf2
llvm-project
/
llvm
/
test
/
CodeGen
/
CBackend
/
2004-02-26-LinkOnceFunction...
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 08:09:15 +08: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-27 06:55:11 +08:00
Remove llvm-upgrade and update tests. llvm-svn: 47296
2008-02-19 09:41:04 +08: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-27 06:55:11 +08:00
}