We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f931e commit f22e43dCopy full SHA for f22e43d
tests/LLVMSharp.UnitTests/Examples.cs
@@ -12,6 +12,7 @@ public class Examples
12
private delegate int BinaryInt32Operation(int op1, int op2);
13
14
[Test]
15
+ [Platform(Exclude = "32-bit")]
16
public void Intro()
17
{
18
using var module = LLVMModuleRef.CreateWithName("LLVMSharpIntro");
tests/LLVMSharp.UnitTests/IR.cs
@@ -7,6 +7,7 @@
7
8
namespace LLVMSharp.UnitTests;
9
10
+[Platform(Exclude = "32-bit")]
11
public class IR
0 commit comments