diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-17 22:24:06 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-17 22:24:06 +0000 |
commit | d9a5608dd7acc3f0bc180d5002e17699fd8d6a49 (patch) | |
tree | cfecd7773fb7bdfc6e654528ef462bb107e9aa14 /clang | |
parent | 40a4becb11c31dd09e850c6ef2a068b4a4622386 (diff) | |
download | bcm5719-llvm-d9a5608dd7acc3f0bc180d5002e17699fd8d6a49.tar.gz bcm5719-llvm-d9a5608dd7acc3f0bc180d5002e17699fd8d6a49.zip |
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.
llvm-svn: 184138
Diffstat (limited to 'clang')
0 files changed, 0 insertions, 0 deletions