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

add feature to support for LLVM 19 #11

Closed
wants to merge 2 commits into from
Closed

Conversation

tw-ilson
Copy link

@tw-ilson tw-ilson commented Jul 6, 2024

Added support for llvm-19 major version, which will allow melior to bind to LLVM C API build from source to test changes.

@tw-ilson tw-ilson marked this pull request as draft July 6, 2024 01:22
@edg-l
Copy link
Member

edg-l commented Jul 6, 2024

llvm 19 isnt out yet, so i wouldnt make it the default feature yet

@tw-ilson
Copy link
Author

tw-ilson commented Jul 6, 2024

Here's my test results:

tblgen-rs-alt git:master ❯ cargo t --no-default-features --features llvm19-0 --tests                                                                                                                                                         ⏎
   Compiling tblgen-alt v0.3.6 (/Users/tw/Developer/tblgen-rs-alt)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 1.55s
     Running unittests src/lib.rs (target/debug/deps/tblgen_alt-a09caa9395542a5e)

running 14 tests
test raw::bindgen_test_layout_TableGenStringRef ... ok
test init::tests::bits ... ok
test init::tests::bit ... ok
test init::tests::int ... ok
test init::tests::dag ... ok
test init::tests::list ... ok
test init::tests::string ... ok
test record::tests::record ... ok
test record::tests::print_error ... ok
test record::tests::values ... ok
test record_keeper::test::classes_and_defs ... ok
test record_keeper::test::derived_defs ... ok
test record_keeper::test::single ... ok
test record::tests::single_value ... ok

test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

@tw-ilson tw-ilson marked this pull request as ready for review July 6, 2024 20:41
@tw-ilson tw-ilson closed this Jul 6, 2024
@edg-l edg-l reopened this Jul 8, 2024
@edg-l edg-l closed this Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants