[PATCH] [LV][BUG] Tiny fix for printing debug locations for absolute paths.

Eric Christopher echristo at gmail.com
Tue May 6 09:38:33 PDT 2014


One small nit, otherwise LGTM.

-eric

================
Comment at: lib/IR/DebugLoc.cpp:170
@@ -169,1 +169,3 @@
 
+void DebugLoc::print(const LLVMContext &Ctx,
+                         raw_ostream &OS) const {
----------------
Formatting looks wrong here.

http://reviews.llvm.org/D3513






More information about the llvm-commits mailing list