A new test was added to libfuzzer in r352265 that requires zlib. Our internal
buildbot doesn’t have zlib installed and other projects (llvm, clang) allow us
to add this as a “REQUIRES” flag. This change adds this flag to the compiler-rt
project.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 27416 Build 27415: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
compiler-rt/test/lit.common.configured.in | ||
---|---|---|
49 | Use set_default for consistency. I doubt anything would want to override this setting, but still. |
Use set_default for consistency. I doubt anything would want to override this setting, but still.