llvm-6502/tools
Rafael Espindola b317987c2b Fix the build with gcc 4.7 and -std=c++11.
The error message was:

/home/espindola/llvm/llvm/tools/gold/gold-plugin.cpp: In function ‘ld_plugin_status cleanup_hook()’:
/home/espindola/llvm/llvm/tools/gold/gold-plugin.cpp:461:30: error: cannot pass objects of non-trivially-copyable type ‘std::string {aka class std::basic_string<char>}’ through ‘...’

I will check if this was a clang or gcc issue.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184138 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-17 22:24:06 +00:00
..
bugpoint Convert two uses of eraseFromDisk. 2013-06-17 21:50:28 +00:00
bugpoint-passes
gold Fix the build with gcc 4.7 and -std=c++11. 2013-06-17 22:24:06 +00:00
llc
lli
llvm-ar Move lib/Archive to tools/llvm-ar. 2013-06-17 15:47:20 +00:00
llvm-as
llvm-bcanalyzer
llvm-config
llvm-cov
llvm-diff
llvm-dis
llvm-dwarfdump
llvm-extract
llvm-jitlistener
llvm-link Don't use PathV1.h in llvm-link. 2013-06-17 17:32:19 +00:00
llvm-mc
llvm-mcmarkup
llvm-nm Don't link with the archive library programs that don't use it. 2013-06-17 15:29:46 +00:00
llvm-objdump
llvm-prof
llvm-readobj Don't link with the archive library programs that don't use it. 2013-06-17 15:29:46 +00:00
llvm-rtdyld
llvm-shlib
llvm-size
llvm-stress
llvm-symbolizer
lto Don't use PathV1.h in LTOCodeGenerator.cpp 2013-06-17 18:05:35 +00:00
macho-dump
obj2yaml Don't link with the archive library programs that don't use it. 2013-06-17 15:29:46 +00:00
opt
yaml2obj [yaml2obj][ELF] Exit with error status on error. 2013-06-17 20:14:59 +00:00
CMakeLists.txt Remove the LLVM specific archive index. 2013-06-14 23:25:53 +00:00
LLVMBuild.txt Remove the LLVM specific archive index. 2013-06-14 23:25:53 +00:00
Makefile Remove the LLVM specific archive index. 2013-06-14 23:25:53 +00:00