This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
source
/
Plugins
/
LanguageRuntime
History
Saleem Abdulrasool
7ccf1373ac
RenderScript: silence some -Wmissing-brace warnings
...
Silence some -Wmissing-brace warnings on Linux with clang 3.7. llvm-svn: 261612
2016-02-23 04:56:31 +00:00
..
CPlusPlus
Now that SymbolFileDWARF supports having types in completely separate .pcm file with "-fmodules -gmodules", each SymbolFileDWARF can reference module DWARF info by looking in other DWARF files. Then if you have 1000 .o files that each reference one or more .pcm files in their debug info, a simple Module::FindTypes(...) call can end up searching the same .pcm file over and over and over. Now all internal FindTypes methods in classes (ModuleList, Module, SymbolFile) now take an extra argument:
2016-02-10 21:28:13 +00:00
Go
Now that SymbolFileDWARF supports having types in completely separate .pcm file with "-fmodules -gmodules", each SymbolFileDWARF can reference module DWARF info by looking in other DWARF files. Then if you have 1000 .o files that each reference one or more .pcm files in their debug info, a simple Module::FindTypes(...) call can end up searching the same .pcm file over and over and over. Now all internal FindTypes methods in classes (ModuleList, Module, SymbolFile) now take an extra argument:
2016-02-10 21:28:13 +00:00
ObjC
Apple simulator platforms don't have a shared cache to load Objective-C class information from
2016-02-17 22:14:41 +00:00
RenderScript
RenderScript: silence some -Wmissing-brace warnings
2016-02-23 04:56:31 +00:00
CMakeLists.txt
Create GoLanguageRuntime.
2015-10-06 20:29:31 +00:00