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
ea83f85da0
llvm-project
/
llvm
/
test
/
tools
/
llvm-lto
/
Inputs
/
thinlto.ll
7 lines
100 B
LLVM
Raw
Normal View
History
Unescape
Escape
[LTO] Reject modules without datalayout. Also, udpate the ~60 failing tests in the tree which did not contain a valid datalayout. This fixes PR31123. lld will be updated in a following patch, immediately after this is committed. Differential Revision: https://reviews.llvm.org/D27082 llvm-svn: 289719
2016-12-15 05:57:04 +08:00
target
datalayout
=
"e-m:e-i64:64-f80:128-n8:16:32:64-S128"
llvm-lto support for generating combined function indexes Summary: This patch adds support to llvm-lto that mirrors the support added by r249270 to the gold plugin. This enables better testing of combined index generation for ThinLTO. Added a new test, and this support will be used in the test in D13515. Reviewers: joker.eph Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D13847 llvm-svn: 250699
2015-10-19 22:30:44 +08:00
define
void
@g
(
)
{
entry:
ret
void
}