Displaying 2 results from an estimated 2 matches for "inputobject".
2019 Mar 22
2
[RFC] Upstream ObjCMetadata Reader Library
...ers (in llvm/include/llvm/ObjCMetadata)[3], implementations (in llvm/lib/ObjCMetadata)[4] and we will also implement a tool similar to a stripped down version of [5] for testing.
Here is an example how to use the library by extracting and printing the objc class names:
```
MachOMetadata ObjCInfo(InputObject);
if (auto ObjCClasses = ObjCInfo.classes()) {
for (auto c : *ObjCClasses) {
auto ObjCClass = *c;
if (!ObjCClass) {
handleError(ObjCClass.takeError());
continue;
}
auto name = ObjCClass->getName();
if (!name) {
handleError(name.takeErro...
2003 Aug 02
7
[2.6] Perl weirdness with ext3 and HTREE
Hi
I have mailed about this previously, but back then it was not
really confirmed, so I have let it be at that.
Anyhow, problem is that for some reason 2.5/2.6 ext3 with HTREE
support do not like what perl-5.8.0 does during installation.
It *seems* like one of the temporary files created during manpage
installation do not get unlinked properly, or gets into the
hash (this possible?) and cause