Displaying 4 results from an estimated 4 matches for "opttabl".
Did you mean:
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 u...
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.
[r32187...
2017 Sep 11
2
Nouveau: kernel hang on Optimus+Intel+NVidia GeForce 1060m
...1 MSI_NB MEGABOOK 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x000000007A8C8E78 0000AE (v02 SgRef SgPeg 00001000 INTL 20160422)
[ 0.000000] ACPI: TPM2 0x000000007A8C8F28 000034 (v03 Tpm2Tabl 00000001 AMI 00000000)
[ 0.000000] ACPI: SSDT 0x000000007A8C8F60 001EA5 (v01 OptRef OptTabl 00001000 INTL 20160422)
[ 0.000000] ACPI: ASF! 0x000000007A8CAE08 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000027effffff]
[ 0....
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...