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-01-11 14:16:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
tools
/
lto
History
Daniel Dunbar
86b9f0dcb6
build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do
...
anything. llvm-svn: 109957
2010-07-31 21:32:56 +00:00
..
lto.cpp
Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.
2009-08-03 07:16:42 +00:00
lto.exports
Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with
2010-04-15 20:54:25 +00:00
LTOCodeGenerator.cpp
Eliminate some unnessary Path::exists() calls.
2010-05-27 20:51:54 +00:00
LTOCodeGenerator.h
Fix another -Wmismatched-tags warning
2009-12-23 18:27:13 +00:00
LTOModule.cpp
The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a
2010-05-11 00:30:02 +00:00
LTOModule.h
Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by Clang
2009-12-23 17:05:07 +00:00
Makefile
build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do
2010-07-31 21:32:56 +00:00