llvm-node icon indicating copy to clipboard operation
llvm-node copied to clipboard

LLVM 9.0+ Node Bindings

Results 21 llvm-node issues
Sort by recently updated
recently updated
newest added

So over the past year I've been working on adding various features to llvm-node for the [language](https://github.com/vsl-lang/VSL) I've been working on. I first made a PR with #42 but I've...

The ir-builder.spec.ts can't be translated. The error is "Assertion failed: (CastInst::castIsValid(opc, C, Ty) && "Invalid constantexpr cast!"), function getCast, file /Users/pzx/llvm/llvm-7.0.0.src/lib/IR/Constants.cpp, line1512. Abort trap: 6", **My configuration is** "Info RUN...

I've been working on adding some DIBuilder bindings this weekend. This is far from finished but I thought I'd open up a PR just to open a discussion about the...

LLVM has a [`LLVM::DIBuilder`](http://llvm.org/doxygen/classllvm_1_1DIBuilder.html) which provides tools for creating debug information. I'll attempt to make a PR for this in the upcoming weeks.

help wanted

It seems I will be needing to add more stuff to this for my personal use. Instead of forking the library and including it privately, I'd like to do it...

help wanted

The [Nan documentation](https://github.com/nodejs/nan/blob/master/doc/methods.md#method-declaration) suggests to declare methods explicitly over using the Nan Macros. ```c++ void MethodName(const Nan::FunctionCallbackInfo& info) { ... } ``` instead of ```c++ NAN_METHOD(MethodName { ... } ```...

Plan migration to N-API. See [this blog](https://medium.com/@nodejs/n-api-next-generation-node-js-apis-for-native-modules-169af5235b06) post for details.

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies