https://sourceware.org/bugzilla/show_bug.cgi?id=25548
--- Comment #1 from Jan Kratochvil ---
// g++ -o x x.cpp -Wall $(llvm-config --cxxflags --libs)
#include
#include
#include
int main(int argc, char **argv) {
while (*++argv) {
llvm::SmallString<128> path(*argv);
if (llvm::sys::path
https://sourceware.org/bugzilla/show_bug.cgi?id=21602
Jan Kratochvil changed:
What|Removed |Added
CC||jan.kratochvil at redhat dot
com
Priority: P2
Component: libdw
Assignee: unassigned at sourceware dot org
Reporter: jan.kratochvil at redhat dot com
CC: elfutils-devel at sourceware dot org
Target Milestone: ---
LD_LIBRARY_PATH=./libdw/ ./src/addr2line -p $p 0x7f7d33043000
Actual