Skip to content

Commit

Permalink
Replace cfg(not?(any with llvm_versions in tests/**/*.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed May 28, 2024
1 parent 35555d2 commit 3b4f4af
Show file tree
Hide file tree
Showing 12 changed files with 195 additions and 1,229 deletions.
4 changes: 2 additions & 2 deletions tests/all/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ mod test_attributes;
mod test_basic_block;
mod test_builder;
mod test_context;
#[cfg(not(any(feature = "llvm4-0", feature = "llvm5-0", feature = "llvm6-0")))]
#[llvm_versions(7..)]
mod test_debug_info;
mod test_execution_engine;
mod test_instruction_conversion;
mod test_instruction_values;
mod test_intrinsics;
mod test_module;
mod test_object_file;
#[cfg(not(any(feature = "llvm17-0", feature = "llvm18-0")))]
#[llvm_versions(..17)]
mod test_passes;
mod test_targets;
mod test_tari_example;
Expand Down
Loading

0 comments on commit 3b4f4af

Please sign in to comment.