Why x86? #237
            
              Why x86?
            
            #237
          
          
        Replies: 1 comment
-
| A lot of these samples are from when only x86 was supported; they haven't been updated to allow for a broader set of scenarios. If someone is willing to provide a PR, I'd be happy to take it. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed the samples in the samples folder seem to call the x86 target explicitly, isn't the target normally defined as a triple and simply leveraged by LLVM, why must that x86 stuff be explicitly part of the code?
See: https://github.com/dotnet/LLVMSharp/blob/main/samples/KaleidoscopeTutorial/Chapter4/KaleidoscopeLLVM/Program.cs#L18
Beta Was this translation helpful? Give feedback.
All reactions