[PATCH] D16472: Remove autoconf support

Chris Bieneman via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 22 10:43:54 PST 2016


beanz created this revision.
beanz added reviewers: echristo, chandlerc, grosbach, bob.wilson.
beanz added a subscriber: cfe-commits.
Herald added a subscriber: klimek.

This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html

    "This is the way [autoconf] ends
    Not with a bang but a whimper."
    -T.S. Eliot

http://reviews.llvm.org/D16472

Files:
  Makefile
  docs/Makefile
  docs/Makefile.sphinx
  docs/analyzer/Makefile
  examples/Makefile
  examples/PrintFunctionNames/Makefile
  examples/analyzer-plugin/Makefile
  examples/clang-interpreter/Makefile
  include/Makefile
  include/clang-c/Makefile
  include/clang/AST/Makefile
  include/clang/Basic/Makefile
  include/clang/Driver/Makefile
  include/clang/Makefile
  include/clang/Parse/Makefile
  include/clang/Sema/Makefile
  include/clang/Serialization/Makefile
  lib/ARCMigrate/Makefile
  lib/AST/Makefile
  lib/ASTMatchers/Dynamic/Makefile
  lib/ASTMatchers/Makefile
  lib/Analysis/Makefile
  lib/Basic/Makefile
  lib/CodeGen/Makefile
  lib/Driver/Makefile
  lib/Edit/Makefile
  lib/Format/Makefile
  lib/Frontend/Makefile
  lib/Frontend/Rewrite/Makefile
  lib/FrontendTool/Makefile
  lib/Headers/Makefile
  lib/Index/Makefile
  lib/Lex/Makefile
  lib/Makefile
  lib/Parse/Makefile
  lib/Rewrite/Makefile
  lib/Sema/Makefile
  lib/Serialization/Makefile
  lib/StaticAnalyzer/Checkers/Makefile
  lib/StaticAnalyzer/Core/Makefile
  lib/StaticAnalyzer/Frontend/Makefile
  lib/StaticAnalyzer/Makefile
  lib/Tooling/Core/Makefile
  lib/Tooling/Makefile
  runtime/Makefile
  runtime/compiler-rt/Makefile
  runtime/libcxx/Makefile
  test/Makefile
  test/SemaObjC/atomoic-property-synnthesis-rules.m
  tools/Makefile
  tools/arcmt-test/Makefile
  tools/c-arcmt-test/Makefile
  tools/c-index-test/Makefile
  tools/clang-check/Makefile
  tools/clang-format/Makefile
  tools/diagtool/Makefile
  tools/driver/Makefile
  tools/libclang/Makefile
  tools/scan-build-py/tests/functional/src/build/Makefile
  tools/scan-build/Makefile
  tools/scan-view/Makefile
  unittests/AST/Makefile
  unittests/ASTMatchers/Dynamic/Makefile
  unittests/ASTMatchers/Makefile
  unittests/Basic/Makefile
  unittests/CodeGen/Makefile
  unittests/Driver/Makefile
  unittests/Format/Makefile
  unittests/Frontend/Makefile
  unittests/Lex/Makefile
  unittests/Makefile
  unittests/Rewrite/Makefile
  unittests/Sema/Makefile
  unittests/StaticAnalyzer/Makefile
  unittests/Tooling/Makefile
  unittests/libclang/Makefile
  utils/ABITest/Makefile.test.common
  utils/ABITest/layout/Makefile
  utils/ABITest/return-types-32/Makefile
  utils/ABITest/return-types-64/Makefile
  utils/ABITest/single-args-32/Makefile
  utils/ABITest/single-args-64/Makefile
  utils/TableGen/Makefile
  utils/VtableTest/Makefile

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16472.45705.patch
Type: text/x-patch
Size: 137629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160122/fd1a7aae/attachment-0001.bin>


More information about the cfe-commits mailing list