https://sourceware.org/bugzilla/show_bug.cgi?id=25548
Frank Ch. Eigler changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=25548
--- Comment #5 from Frank Ch. Eigler ---
https://sourceware.org/pipermail/elfutils-devel/2020q1/002522.html
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=25548
--- Comment #4 from Frank Ch. Eigler ---
Related to this, Eli Schwartz helped identify two separate outright bugs in the
code that touch on this problem.
The debuginfod-client.c curl api code neglects to pass CURLOPT_PATH_AS_IS, so
source fil
https://sourceware.org/bugzilla/show_bug.cgi?id=25548
Pavel Labath changed:
What|Removed |Added
CC||labath at google dot com
--- Comment #
https://sourceware.org/bugzilla/show_bug.cgi?id=25548
--- Comment #2 from Konrad Kleine ---
Please hold back with implementing this because from what I heard from LLDB
folks, the normalization of paths is not always sound. I wouldn't want to
spread this if we're not 100% clear.
--
You are recei
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