veracode / gen-ir

Generates LLVM IR for Xcode Projects
MIT License
8 stars 4 forks source link

Ignore Test generation #30

Closed NinjaLikesCheez closed 1 month ago

NinjaLikesCheez commented 1 year ago

Currently, Gen IR will generate and move tests as it has no concept of ignoring certain targets. A nice-to-have performance impact would be to ignore XCTests and related code.

bmxav commented 1 month ago

Fixed in #79.