issues Search Results · repo:dotnet/LLVMSharp language:C#
Filter by
0 results
(68 ms)0 results
indotnet/LLVMSharp (press backspace or delete to remove)Description
When trying to use BuildCall2 to call the printf function, I m encountering an assertion error related to type mismatch
in variadic arguments. The error occurs specifically when passing an ...
dadavadd
- Opened 6 days ago
- #229
The package is available in the nighly builds Nuget feed. It looks like the repo is already supporting 18.1 and libLLVM
is available on Nuget with version 18.1.
Thanks!
davidelettieri
- Opened on Feb 2
- #228
I have a project that is using LLVM and I am trying to write my own implementation of the C Standard library s strlen. I
got what I though would be a valid declaration:
private void DeclareStrLen()
{ ...
DuncanMcPherson
- 2
- Opened on Nov 19, 2024
- #227
this happens
imagewhen I try to run this on
Debian-based Linux. the exception originates from These 5 functions.
LLVM.InitializeAllTargetInfos();
LLVM.InitializeAllTargets();
...
TheoW03
- 1
- Opened on Sep 9, 2024
- #226
As I mentioned in #222, I have interest in expanding the C# API, which requires a custom library similar to
libClangSharp, ie libLLVMSharp. Do you have any guidance about how you want that implemented ...
ds5678
- Opened on Jul 5, 2024
- #225
LLVMContextRef context = LLVMContextRef.Create();
string ir = File.ReadAllText( helper_module.ir );
nint mem = Marshal.StringToHGlobalAnsi(ir);
var memBuf = LLVM.CreateMemoryBufferWithMemoryRangeCopy((sbyte*)mem, ...
0x410c
- 3
- Opened on Feb 6, 2024
- #221
Hi,
we are struggling with exceptions inside the native code, so I d like to debug in the llvm native code to see what s
going on.
How do I do that?
Unfortunately LLVM still does not allow to compile ...
Stefan-J-Hanke
- Opened on Nov 28, 2023
- #220
Hello. From what I can tell there s currently no way to specify the calling conventions and parameter attributes from
LLVMSharp. Documentation for these here:
- https://llvm.org/docs/LangRef.html#calling-conventions ...
mrahhal
- 3
- Opened on Aug 5, 2023
- #217
It looks like there’s a newer managed API in here that the tutorials don’t use, and it has some nice helper methods like
IRBuilder.CreateFAdd() which more closely follows the c++ api. I’m trying to figure ...
PrettyFlower
- 2
- Opened on Jul 10, 2023
- #216
Is it possible to use these intrinsics from LLVMSharp? I ve checked across multiple versions and can t find a way to
call them.
Failing that, is there a way to implement similar functionality with other ...
moff181
- Opened on May 22, 2023
- #211

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.