Skip to content

Commit

Permalink
Move intel pt + linux check
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcondiro committed Oct 10, 2024
1 parent a975c29 commit a38f60d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libafl/src/executors/hooks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ pub mod timer;
/// Intel Processor Trace (PT)
#[cfg(all(feature = "intel_pt", target_os = "linux"))]
pub mod intel_pt;
#[cfg(all(feature = "intel_pt", not(target_os = "linux")))]
compile_error!("The 'intel_pt' feature can only be enabled on Linux.");

/// The hook that runs before and after the executor runs the target
pub trait ExecutorHook<S>
Expand Down

0 comments on commit a38f60d

Please sign in to comment.