[PATCH] D24233: [docs] Make WritingAnLLVMPass.rst up-to-date with current state of things

Andrey Bokhanko via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 5 07:39:43 PDT 2016


andreybokhanko created this revision.
andreybokhanko added reviewers: gribozavr, chandlerc, rengolin.
andreybokhanko added a subscriber: llvm-commits.

This patch updates WritingAnLLVMPass.rst to make it in line with current state of things.

Specifically:
* Makefile instructions replaced with CMake ones
* Filenames replaced with correct ones
* Example reformatted a bit to make it less confusing and more conforming to LLVM Coding Standards
* opt tool output updated with what it actually prints nowdays
* "gcse" (which doesn't exist anymore) replaced with "gvn" (which still does)

Yours,
Andrey


https://reviews.llvm.org/D24233

Files:
  WritingAnLLVMPass.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24233.70329.patch
Type: text/x-patch
Size: 15352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160905/ed577f98/attachment.bin>


More information about the llvm-commits mailing list