[PATCH] D30167: [Assembler] Add test for !srcloc references in assembler diags

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 10:16:23 PST 2017


mehdi_amini added inline comments.


================
Comment at: tools/llc/llc.cpp:266
+  if (LocCookie)
+    errs() << "note: !srcloc = " << LocCookie << "\n";
 }
----------------
That could be noisy, wouldn't it? Maybe have an option to enable displaying this in llc?
Also, it this note following another message? What does it look like? (the note alone wouldn't be great).


https://reviews.llvm.org/D30167





More information about the llvm-commits mailing list