Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvm: replace some deprecated functions, add fixmes #109862

Merged
merged 8 commits into from
Apr 8, 2023

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    0b5f9ac View commit details
    Browse the repository at this point in the history
  2. add bunch of fixmes: currently there exist some functions that accept…

    … LLVMValueRef, some that accept LLVMMetadataRef, and replacing one with another not always possible without explicit convertion
    klensy committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    7d6181e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c53a9fa View commit details
    Browse the repository at this point in the history
  4. replace LLVMRustAppendModuleInlineAsm with LLVMAppendModuleInlineAsm,…

    … LLVMRustMetadataTypeInContext with LLVMMetadataTypeInContext
    klensy committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    076116b View commit details
    Browse the repository at this point in the history
  5. Use existing llvm methods, instead of rust wrappers for:

    LLVMRustBuildCleanupPad -> LLVMBuildCleanupPad
    LLVMRustBuildCleanupRet -> LLVMBuildCleanupRet
    LLVMRustBuildCatchPad -> LLVMBuildCatchPad
    LLVMRustBuildCatchRet -> LLVMBuildCatchRet
    LLVMRustBuildCatchSwitch -> LLVMBuildCatchSwitch
    klensy committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    cc77ae0 View commit details
    Browse the repository at this point in the history
  6. replace

    LLVMRustBuildIntCast -> LLVMBuildIntCast2
    LLVMRustAddHandler -> LLVMAddHandler
    klensy committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    f41e711 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. review

    klensy committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    c0bc001 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    fdfca76 View commit details
    Browse the repository at this point in the history