Fwd: Patch: refactor some utilities from opt.cpp into OptUtils.h/cpp

Eli Bendersky eliben at google.com
Thu Feb 13 17:01:10 PST 2014


Oops, sent to llvmdev by mistake. Forwarding to llvm-commits

---------- Forwarded message ----------
From: Eli Bendersky <eliben at google.com>
Date: Thu, Feb 13, 2014 at 4:56 PM
Subject: Patch: refactor some utilities from opt.cpp into OptUtils.h/cpp
To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
Cc: Eric Christopher <echristo at gmail.com>


Another patch in the general direction of
http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-February/070242.html

Separates some utility functions from opt.cpp into a separate module,
currently still within tools/opt. The idea is to enable custom opt-like
tools to use this functionality without duplicating too much of the code in
opt.cpp

No functionality change.

PTAL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140213/f087b5d7/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: refactor-optutils.1.patch
Type: text/x-patch
Size: 15210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140213/f087b5d7/attachment.bin>


More information about the llvm-commits mailing list