Displaying 2 results from an estimated 2 matches for "3912c1be".
Did you mean:
332c1be
2009 Dec 04
0
[LLVMdev] r72619
...k at this and let me know your thoughts on it?
Can you please send me the bitcode you get on darwin.
Ciao,
Duncan.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bill.ll
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091204/3912c1be/attachment.ksh>
2009 Dec 04
2
[LLVMdev] r72619
Hi Duncan,
There's a problem with your check-in for r72619 is causing "weak
external" symbols to appear in C++ code when it shouldn't. Take this
code for example,
#include <stdexcept>
void dummysymbol() {
throw(std::runtime_error("string"));
}
The c'tor for std::string is emitted as code from llvm-gcc. It is then
inlined. And a weak external for