[PATCH] D49915: [IR] Add a boolean field in DILocation to know if a line must covered or not

calixte via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 11 02:47:27 PDT 2018


calixte updated this revision to Diff 164827.
calixte added a comment.

- AsmWriter.cpp: print isImplicitCode only when it's true
- Improve documentation for the new added flag


Repository:
  rL LLVM

https://reviews.llvm.org/D49915

Files:
  docs/SourceLevelDebugging.rst
  include/llvm/IR/DebugInfoMetadata.h
  include/llvm/IR/DebugLoc.h
  include/llvm/IR/Metadata.h
  lib/AsmParser/LLParser.cpp
  lib/Bitcode/Reader/MetadataLoader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/DebugInfoMetadata.cpp
  lib/IR/DebugLoc.cpp
  lib/IR/LLVMContextImpl.h
  lib/Transforms/Instrumentation/GCOVProfiling.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49915.164827.patch
Type: text/x-patch
Size: 15142 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180911/2f82c419/attachment.bin>


More information about the llvm-commits mailing list