Displaying 2 results from an estimated 2 matches for "myctx".
Did you mean:
mdctx
2013 Feb 13
3
[LLVMdev] Overhauling the command-line processing/codegen options code
...instances as they are now, but per-context options will be
copied in the LLVMContext instance. Tools would use something like:
LLVMContext &Ctx = getGlobalContext();
cl::ParseCommandLineOptions(argc, argv, "my tool", Ctx);
In addition, library users can use a new API:
LLVMContext MyCtx;
cl::ParseContextOptions(ArgList, MyCtx);
which will only parse per-context options (and not overwrite any global
state).
* Reading Option Values
For per-context options, an LLVMContext would be required when reading back
the option values. For example, in the LoopUnroll example, you could writ...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*