Where is the ClangSharp code to generate the types? #193
-
| @tannergooding I tried finding where the magic happens. Is that in this repo? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            tannergooding
          
      
      
        Jun 9, 2022 
      
    
    Replies: 1 comment
-
| The code for ClangSharp lives in the ClangSharp repo: https://github.com/dotnet/clangsharp For legacy reasons the rsp file used to regenerate LLVMSharp lives there too: https://github.com/dotnet/ClangSharp/blob/main/sources/ClangSharpPInvokeGenerator/Properties/GenerateLLVM.rsp 
 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        jzabroski
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
The code for ClangSharp lives in the ClangSharp repo: https://github.com/dotnet/clangsharp
For legacy reasons the rsp file used to regenerate LLVMSharp lives there too: https://github.com/dotnet/ClangSharp/blob/main/sources/ClangSharpPInvokeGenerator/Properties/GenerateLLVM.rsp