This is an archive of the discontinued LLVM Phabricator instance.

[plot2fig] Use the POSIX regex functions on Linux instead of the old/obsolete BSD ones.
AbandonedPublic

Authored by vkalintiris on Oct 21 2015, 6:48 AM.

Details

Reviewers
None
Summary

Use regcmp() and regex() instead of re_comp() and re_exec(). This fixes
the build failure when using the Musl C library.

Diff Detail

Event Timeline

vkalintiris retitled this revision from to [plot2fig] Use the POSIX regex functions on Linux instead of the old/obsolete BSD ones..
vkalintiris updated this object.
vkalintiris added a subscriber: llvm-commits.
vkalintiris abandoned this revision.Jun 5 2016, 10:39 AM