https://llvm.org/bugs/show_bug.cgi?id=26541
Bug ID: 26541 Summary: unknown .eh_frame augmentation string: zPLR problem with OpenMP Product: lld Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: unassignedb...@nondot.org Reporter: ism...@i10z.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Created attachment 15860 --> https://llvm.org/bugs/attachment.cgi?id=15860&action=edit Testcase λ clang++ -fopenmp -O0 mandelbrot-mp.cpp mandelbrot-mp.cpp:38:12: warning: declaration shadows a local variable [-Wshadow] char c = ' '; ^ mandelbrot-mp.cpp:29:13: note: previous declaration is here complex c = begin + complex(x * span.real() / (width + 1.0), ^ mandelbrot-mp.cpp:41:21: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion] c = charset[n % (sizeof(charset) - 1)]; ^ ~ 2 warnings generated. unknown .eh_frame augmentation string: zPLR clang-3.9: error: linker command failed with exit code 1 (use -v to see invocation) λ clang++ -v clang version 3.9.0 (trunk 260076) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /opt/clang/bin Found candidate GCC installation: /usr/lib64/gcc/x86_64-suse-linux/5 Selected GCC installation: /usr/lib64/gcc/x86_64-suse-linux/5 Candidate multilib: .;@m64 Candidate multilib: 32;@m32 Selected multilib: .;@m64 Works fine if we don't use -fopenmp. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs