This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Add features `windows` and `posix` for lit tests.
ClosedPublic

Authored by mpividori on Feb 1 2017, 1:30 PM.

Details

Summary

I add 2 features: posix and windows.
Sometimes we want some specific tests only for posix and we use:

REQUIRES: posix

Sometimes we want some specific tests only for windows and we use:

REQUIRES: windows

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori created this revision.Feb 1 2017, 1:30 PM
kcc accepted this revision.Feb 1 2017, 1:46 PM

LGTM

This revision is now accepted and ready to land.Feb 1 2017, 1:46 PM
This revision was automatically updated to reflect the committed changes.