Displaying 4 results from an estimated 4 matches for "opttable".
2017 Oct 26
2
Autocompletion support for llvm opt flags
...-autocomplete flag to llvm-opt, which enables us to
make a new command-line autocompletion for opt when -mllvm is provided to
Clang command invocation.
There are command-line option's namespace opt::cl in CommandLine.cpp, which
provides useful function for parsing options. However we also have OptTable
in OptTable.h and we are confused why they have similar classes for options.
Our implementation plan is to build a new OptTable for opt options defined
in CommandFlags.h with their values and call its method when --autocomplete
flag was passed to opt. We believe that this interface will also be us...
2018 Jan 08
0
LLVM Weekly - #210, Jan 8th 2018
...eviews.llvm.org/rL321655).
* A new documentation page describing how to contribute to LLVM has been
added, detailing how to find topics to work on, how to submit a patch, and
where to learn more about LLVM's architecture and internals.
[r321804](http://reviews.llvm.org/rL321804).
* LLVM's OptTable class (in libLLVMOption) gained a `findNearest` method which
can be used to implement "did you mean..." responses in LLVM tools for
unrecognised options. This functionality was previously only available in the
CommandLine library which isn't used by tools like Clang or Swift.
[r321877...
2017 Sep 11
2
Nouveau: kernel hang on Optimus+Intel+NVidia GeForce 1060m
Hi,
I have an Optimus-enabled laptop with a GTX 1060m. I never got it to fully
work with Nouveau even after Pascal support was added. I need to run the
kernel with nouveau.runpm=0 to get it to work. Unfortunately without proper
power mangement support, my laptop will run out of battery after about
1h30, so I'd love to get Optimus working.
What I can see is that when the extra GPU is not in
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...se+Asserts build
llvm[2]: Compiling LexicalScopes.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmParserExtension.cpp for Release+Asserts build
llvm[2]: Compiling COFFObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling MCTargetAsmParser.cpp for Release+Asserts build
llvm[2]: Compiling OptTable.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMMCParser.a
make[3]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/MC/MCParser'
llvm[2]: Compiling ConstantPools.cpp for Release+Asserts build
llvm[2]: Compiling COFFYAML.cpp for Release+Asserts b...