[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/creduce] fe3b7b: Fix regexps for unwanted `-f...` options.



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: fe3b7b1353d51a6df4a4c3a593de695798a5dff2
      https://github.com/csmith-project/creduce/commit/fe3b7b1353d51a6df4a4c3a593de695798a5dff2
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2016-04-26 (Tue, 26 Apr 2016)

  Changed paths:
    M clang_delta/Makefile.am
    M clang_delta/Makefile.in
    M configure
    M m4/ax_llvm.m4

  Log Message:
  -----------
  Fix regexps for unwanted `-f...` options.

Fix the regexps for matching unwanted `-f...` command-line options that
we get from `llvm-config --cxxflags`.  I miscoded them back in commit
9a58808.  Bah.