https://sourceware.org/bugzilla/show_bug.cgi?id=25940
--- Comment #4 from dilyan.palauzov at aegee dot org ---
I created one more file, b.cpp:
extern "C" {
void y();
}
int main() {
y();
}
It differs from b.c only in the file extension and y() is under “extern "C"”.
Doing the iterations with
https://sourceware.org/bugzilla/show_bug.cgi?id=25940
--- Comment #3 from dilyan.palauzov at aegee dot org ---
libubsan comes from gcc: after compiling and installig clang/llvm, no libubsan
is installed. So it is not possible to link with the wrong libubsan, when
using clang, as no such linking
https://sourceware.org/bugzilla/show_bug.cgi?id=25028
jackhenry changed:
What|Removed |Added
CC||jackhenry02020 at gmail dot com
--- Comme