llvm-6502/tools
Saleem Abdulrasool d29bdc72bb tools: avoid use of std::function
Remove the use of the std::function and replace the capturing lambda with a
non-capturing one, opting to pass the user data down to the context.  This is
needed as std::function is not yet available on all hosted platforms (it
requires RTTI, which breaks on Windows).

Thanks to Nico Rieck for pointing this out!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209607 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-25 21:37:59 +00:00
..
bugpoint
bugpoint-passes
gold
llc Move MCOptions that aren't shared between programs into their specific 2014-05-21 21:05:09 +00:00
lli
llvm-ar llvm-ar: Output the file we errored on. 2014-05-23 05:52:12 +00:00
llvm-as
llvm-bcanalyzer
llvm-c-test
llvm-config
llvm-cov
llvm-diff
llvm-dis
llvm-dwarfdump Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer for that. 2014-05-19 18:45:32 +00:00
llvm-extract
llvm-jitlistener
llvm-link
llvm-lto
llvm-mc Move MCOptions that aren't shared between programs into their specific 2014-05-21 21:05:09 +00:00
llvm-mcmarkup
llvm-nm Delete getAliasedGlobal. 2014-05-16 22:37:03 +00:00
llvm-objdump
llvm-profdata
llvm-readobj tools: avoid use of std::function 2014-05-25 21:37:59 +00:00
llvm-rtdyld
llvm-shlib
llvm-size
llvm-stress
llvm-symbolizer [DWARF parser] Teach DIContext to fetch short (non-linkage) function names for a given address. 2014-05-17 00:07:48 +00:00
lto
macho-dump
msbuild
obj2yaml [yaml2obj][ELF] Add an optional Size field to the YAML section declaration. 2014-05-16 16:01:00 +00:00
opt
yaml2obj [yaml2obj][ELF] Add an optional Size field to the YAML section declaration. 2014-05-16 16:01:00 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile