[PATCH] D44965: [llvm][Instrumentation/MC] Add Call Graph Profile pass and object file emission.
Michael Spencer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 31 16:02:52 PDT 2018
Bigcheese updated this revision to Diff 149378.
Bigcheese added a comment.
I've changed the behavior to better match the existing semantics.
- Creating symbols is delayed until the end of the file.
- Referencing an undefined temporary symbol is an error.
https://reviews.llvm.org/D44965
Files:
docs/Extensions.rst
include/llvm/BinaryFormat/ELF.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCStreamer.h
include/llvm/Object/ELFTypes.h
lib/MC/ELFObjectWriter.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCSectionELF.cpp
lib/MC/MCStreamer.cpp
lib/Object/ELF.cpp
lib/ObjectYAML/ELFYAML.cpp
test/MC/AsmParser/directive_cgprofile.s
test/MC/ELF/cgprofile-error.s
test/MC/ELF/cgprofile.s
test/tools/llvm-readobj/Inputs/coff-no-load-config.exe
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/ObjDumper.h
tools/llvm-readobj/llvm-readobj.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44965.149378.patch
Type: text/x-patch
Size: 25100 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180531/b32b8977/attachment.bin>
More information about the llvm-commits
mailing list