[PATCH] D45184: [DEBUGINFO] Add option that allows to disable emission of flags in .loc directives.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 2 13:38:10 PDT 2018
ABataev created this revision.
ABataev added a reviewer: echristo.
Some targets do not support extended format of .loc directive and
support only simple format: .loc <FileID> <Line> <Column>. Patch adds
MCAsmInfo flag and option that allows emit .loc directive without
additional flags.
Repository:
rL LLVM
https://reviews.llvm.org/D45184
Files:
include/llvm/MC/MCAsmInfo.h
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmStreamer.cpp
test/DebugInfo/Generic/extended-loc-directive.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45184.140684.patch
Type: text/x-patch
Size: 7313 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180402/7ae68485/attachment.bin>
More information about the llvm-commits
mailing list