[PATCH] [lld] ELF: Support detection of relocation errors during processing

Simon Atanasyan simon at atanasyan.com
Fri Jan 2 09:32:38 PST 2015


REPOSITORY
  rL LLVM

================
Comment at: lib/ReaderWriter/ELF/SectionChunks.h:418
@@ +417,3 @@
+                                                          *ai, *ref)) {
+        printError(EC.message(), *ai, *ref);
+        success = false;
----------------
Now `parallel_for_each` does all tasks in the single thread. But in the future the body of this loop can be parallelized. Does the `printError` ready to be called from multiple threads?

http://reviews.llvm.org/D6827

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list