Displaying 2 results from an estimated 2 matches for "fdbgs".
Did you mean:
dbgs
2011 Dec 28
2
[LLVMdev] Linkage warning in current trunk
...ss in llvm::ferrs() to global weak
symbol llvm::formatted_raw_ostream::~formatted_raw_ostream() means the
weak symbol cannot be overridden at runtime. This was likely caused by
different translation units being compiled with different visibility
settings.
ld: warning: direct access in llvm::fdbgs() to global weak
symbol llvm::formatted_raw_ostream::~formatted_raw_ostream() means the
weak symbol cannot be overridden at runtime. This was likely caused by
different translation units being compiled with different visibility
settings.
My code makes no references to the fouts/ferrs/fdbgs acc...
2011 Dec 28
0
[LLVMdev] Linkage warning in current trunk
...to global weak
> symbol llvm::formatted_raw_ostream::~formatted_raw_ostream() means the
> weak symbol cannot be overridden at runtime. This was likely caused by
> different translation units being compiled with different visibility
> settings.
> ld: warning: direct access in llvm::fdbgs() to global weak
> symbol llvm::formatted_raw_ostream::~formatted_raw_ostream() means the
> weak symbol cannot be overridden at runtime. This was likely caused by
> different translation units being compiled with different visibility
> settings.
>
> My code makes no reference...