[PATCH] D16471: Remove autoconf support

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 13:34:51 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL258861: Remove autoconf support (authored by cbieneman).

Changed prior to commit:
  http://reviews.llvm.org/D16471?vs=45703&id=46042#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D16471

Files:
  llvm/trunk/Makefile
  llvm/trunk/Makefile.common
  llvm/trunk/Makefile.config.in
  llvm/trunk/Makefile.rules
  llvm/trunk/autoconf/AutoRegen.sh
  llvm/trunk/autoconf/ExportMap.map
  llvm/trunk/autoconf/LICENSE.TXT
  llvm/trunk/autoconf/README.TXT
  llvm/trunk/autoconf/config.guess
  llvm/trunk/autoconf/config.sub
  llvm/trunk/autoconf/configure.ac
  llvm/trunk/autoconf/install-sh
  llvm/trunk/autoconf/m4/build_exeext.m4
  llvm/trunk/autoconf/m4/c_printf_a.m4
  llvm/trunk/autoconf/m4/check_gnu_make.m4
  llvm/trunk/autoconf/m4/config_makefile.m4
  llvm/trunk/autoconf/m4/config_project.m4
  llvm/trunk/autoconf/m4/cxx_flag_check.m4
  llvm/trunk/autoconf/m4/define_subst.m4
  llvm/trunk/autoconf/m4/find_std_program.m4
  llvm/trunk/autoconf/m4/func_mmap_file.m4
  llvm/trunk/autoconf/m4/header_mmap_anonymous.m4
  llvm/trunk/autoconf/m4/huge_val.m4
  llvm/trunk/autoconf/m4/link_options.m4
  llvm/trunk/autoconf/m4/linux_mixed_64_32.m4
  llvm/trunk/autoconf/m4/need_dev_zero_for_mmap.m4
  llvm/trunk/autoconf/m4/sanity_check.m4
  llvm/trunk/autoconf/m4/single_cxx_check.m4
  llvm/trunk/autoconf/m4/visibility_inlines_hidden.m4
  llvm/trunk/autoconf/missing
  llvm/trunk/autoconf/mkinstalldirs
  llvm/trunk/bindings/Makefile
  llvm/trunk/bindings/ocaml/Makefile
  llvm/trunk/bindings/ocaml/Makefile.ocaml
  llvm/trunk/bindings/ocaml/all_backends/Makefile
  llvm/trunk/bindings/ocaml/analysis/Makefile
  llvm/trunk/bindings/ocaml/backends/Makefile
  llvm/trunk/bindings/ocaml/backends/Makefile.common
  llvm/trunk/bindings/ocaml/bitreader/Makefile
  llvm/trunk/bindings/ocaml/bitwriter/Makefile
  llvm/trunk/bindings/ocaml/executionengine/Makefile
  llvm/trunk/bindings/ocaml/irreader/Makefile
  llvm/trunk/bindings/ocaml/linker/Makefile
  llvm/trunk/bindings/ocaml/llvm/Makefile
  llvm/trunk/bindings/ocaml/target/Makefile
  llvm/trunk/bindings/ocaml/transforms/Makefile
  llvm/trunk/bindings/ocaml/transforms/ipo/Makefile
  llvm/trunk/bindings/ocaml/transforms/passmgr_builder/Makefile
  llvm/trunk/bindings/ocaml/transforms/scalar_opts/Makefile
  llvm/trunk/bindings/ocaml/transforms/utils/Makefile
  llvm/trunk/bindings/ocaml/transforms/vectorize/Makefile
  llvm/trunk/cmake/Makefile
  llvm/trunk/cmake/config.guess
  llvm/trunk/cmake/modules/GetHostTriple.cmake
  llvm/trunk/cmake/modules/Makefile
  llvm/trunk/configure
  llvm/trunk/docs/Makefile
  llvm/trunk/docs/Makefile.sphinx
  llvm/trunk/docs/MakefileGuide.rst
  llvm/trunk/examples/BrainF/Makefile
  llvm/trunk/examples/ExceptionDemo/Makefile
  llvm/trunk/examples/Fibonacci/Makefile
  llvm/trunk/examples/HowToUseJIT/Makefile
  llvm/trunk/examples/Kaleidoscope/Chapter2/Makefile
  llvm/trunk/examples/Kaleidoscope/Chapter3/Makefile
  llvm/trunk/examples/Kaleidoscope/Chapter4/Makefile
  llvm/trunk/examples/Kaleidoscope/Chapter5/Makefile
  llvm/trunk/examples/Kaleidoscope/Chapter6/Makefile
  llvm/trunk/examples/Kaleidoscope/Chapter7/Makefile
  llvm/trunk/examples/Kaleidoscope/Chapter8/Makefile
  llvm/trunk/examples/Kaleidoscope/MCJIT/cached/Makefile
  llvm/trunk/examples/Kaleidoscope/MCJIT/complete/Makefile
  llvm/trunk/examples/Kaleidoscope/MCJIT/initial/Makefile
  llvm/trunk/examples/Kaleidoscope/MCJIT/lazy/Makefile
  llvm/trunk/examples/Kaleidoscope/Makefile
  llvm/trunk/examples/Kaleidoscope/Orc/fully_lazy/Makefile
  llvm/trunk/examples/Kaleidoscope/Orc/initial/Makefile
  llvm/trunk/examples/Kaleidoscope/Orc/lazy_codegen/Makefile
  llvm/trunk/examples/Kaleidoscope/Orc/lazy_irgen/Makefile
  llvm/trunk/examples/Makefile
  llvm/trunk/examples/ModuleMaker/Makefile
  llvm/trunk/examples/OCaml-Kaleidoscope/Chapter2/Makefile
  llvm/trunk/examples/OCaml-Kaleidoscope/Chapter3/Makefile
  llvm/trunk/examples/OCaml-Kaleidoscope/Chapter4/Makefile
  llvm/trunk/examples/OCaml-Kaleidoscope/Chapter5/Makefile
  llvm/trunk/examples/OCaml-Kaleidoscope/Chapter6/Makefile
  llvm/trunk/examples/OCaml-Kaleidoscope/Chapter7/Makefile
  llvm/trunk/examples/OCaml-Kaleidoscope/Makefile
  llvm/trunk/examples/ParallelJIT/Makefile
  llvm/trunk/lib/Analysis/Makefile
  llvm/trunk/lib/AsmParser/Makefile
  llvm/trunk/lib/Bitcode/Makefile
  llvm/trunk/lib/Bitcode/Reader/Makefile
  llvm/trunk/lib/Bitcode/Writer/Makefile
  llvm/trunk/lib/CodeGen/AsmPrinter/Makefile
  llvm/trunk/lib/CodeGen/MIRParser/Makefile
  llvm/trunk/lib/CodeGen/Makefile
  llvm/trunk/lib/CodeGen/SelectionDAG/Makefile
  llvm/trunk/lib/DebugInfo/CodeView/Makefile
  llvm/trunk/lib/DebugInfo/DWARF/Makefile
  llvm/trunk/lib/DebugInfo/Makefile
  llvm/trunk/lib/DebugInfo/PDB/Makefile
  llvm/trunk/lib/DebugInfo/Symbolize/Makefile
  llvm/trunk/lib/ExecutionEngine/IntelJITEvents/Makefile
  llvm/trunk/lib/ExecutionEngine/Interpreter/Makefile
  llvm/trunk/lib/ExecutionEngine/MCJIT/Makefile
  llvm/trunk/lib/ExecutionEngine/Makefile
  llvm/trunk/lib/ExecutionEngine/OProfileJIT/Makefile
  llvm/trunk/lib/ExecutionEngine/Orc/Makefile
  llvm/trunk/lib/ExecutionEngine/RuntimeDyld/Makefile
  llvm/trunk/lib/IR/Makefile
  llvm/trunk/lib/IRReader/Makefile
  llvm/trunk/lib/LTO/Makefile
  llvm/trunk/lib/LibDriver/Makefile
  llvm/trunk/lib/LineEditor/Makefile
  llvm/trunk/lib/Linker/Makefile
  llvm/trunk/lib/MC/MCDisassembler/Makefile
  llvm/trunk/lib/MC/MCParser/Makefile
  llvm/trunk/lib/MC/Makefile
  llvm/trunk/lib/Makefile
  llvm/trunk/lib/Object/Makefile
  llvm/trunk/lib/Option/Makefile
  llvm/trunk/lib/Passes/Makefile
  llvm/trunk/lib/ProfileData/Makefile
  llvm/trunk/lib/Support/Makefile
  llvm/trunk/lib/TableGen/Makefile
  llvm/trunk/lib/Target/AArch64/AsmParser/Makefile
  llvm/trunk/lib/Target/AArch64/Disassembler/Makefile
  llvm/trunk/lib/Target/AArch64/InstPrinter/Makefile
  llvm/trunk/lib/Target/AArch64/MCTargetDesc/Makefile
  llvm/trunk/lib/Target/AArch64/Makefile
  llvm/trunk/lib/Target/AArch64/TargetInfo/Makefile
  llvm/trunk/lib/Target/AArch64/Utils/Makefile
  llvm/trunk/lib/Target/AMDGPU/AsmParser/Makefile
  llvm/trunk/lib/Target/AMDGPU/InstPrinter/Makefile
  llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/Makefile
  llvm/trunk/lib/Target/AMDGPU/Makefile
  llvm/trunk/lib/Target/AMDGPU/TargetInfo/Makefile
  llvm/trunk/lib/Target/AMDGPU/Utils/Makefile
  llvm/trunk/lib/Target/ARM/AsmParser/Makefile
  llvm/trunk/lib/Target/ARM/Disassembler/Makefile
  llvm/trunk/lib/Target/ARM/InstPrinter/Makefile
  llvm/trunk/lib/Target/ARM/MCTargetDesc/Makefile
  llvm/trunk/lib/Target/ARM/Makefile
  llvm/trunk/lib/Target/ARM/TargetInfo/Makefile
  llvm/trunk/lib/Target/AVR/Makefile
  llvm/trunk/lib/Target/AVR/TargetInfo/Makefile
  llvm/trunk/lib/Target/BPF/InstPrinter/Makefile
  llvm/trunk/lib/Target/BPF/MCTargetDesc/Makefile
  llvm/trunk/lib/Target/BPF/Makefile
  llvm/trunk/lib/Target/BPF/TargetInfo/Makefile
  llvm/trunk/lib/Target/CppBackend/Makefile
  llvm/trunk/lib/Target/CppBackend/TargetInfo/Makefile
  llvm/trunk/lib/Target/Hexagon/AsmParser/Makefile
  llvm/trunk/lib/Target/Hexagon/Disassembler/Makefile
  llvm/trunk/lib/Target/Hexagon/MCTargetDesc/Makefile
  llvm/trunk/lib/Target/Hexagon/Makefile
  llvm/trunk/lib/Target/Hexagon/TargetInfo/Makefile
  llvm/trunk/lib/Target/MSP430/InstPrinter/Makefile
  llvm/trunk/lib/Target/MSP430/MCTargetDesc/Makefile
  llvm/trunk/lib/Target/MSP430/Makefile
  llvm/trunk/lib/Target/MSP430/TargetInfo/Makefile
  llvm/trunk/lib/Target/Makefile
  llvm/trunk/lib/Target/Mips/AsmParser/Makefile
  llvm/trunk/lib/Target/Mips/Disassembler/Makefile
  llvm/trunk/lib/Target/Mips/InstPrinter/Makefile
  llvm/trunk/lib/Target/Mips/MCTargetDesc/Makefile
  llvm/trunk/lib/Target/Mips/Makefile
  llvm/trunk/lib/Target/Mips/TargetInfo/Makefile
  llvm/trunk/lib/Target/NVPTX/InstPrinter/Makefile
  llvm/trunk/lib/Target/NVPTX/MCTargetDesc/Makefile
  llvm/trunk/lib/Target/NVPTX/Makefile
  llvm/trunk/lib/Target/NVPTX/TargetInfo/Makefile
  llvm/trunk/lib/Target/PowerPC/AsmParser/Makefile
  llvm/trunk/lib/Target/PowerPC/Disassembler/Makefile
  llvm/trunk/lib/Target/PowerPC/InstPrinter/Makefile
  llvm/trunk/lib/Target/PowerPC/MCTargetDesc/Makefile
  llvm/trunk/lib/Target/PowerPC/Makefile
  llvm/trunk/lib/Target/PowerPC/TargetInfo/Makefile
  llvm/trunk/lib/Target/Sparc/AsmParser/Makefile
  llvm/trunk/lib/Target/Sparc/Disassembler/Makefile
  llvm/trunk/lib/Target/Sparc/InstPrinter/Makefile
  llvm/trunk/lib/Target/Sparc/MCTargetDesc/Makefile
  llvm/trunk/lib/Target/Sparc/Makefile
  llvm/trunk/lib/Target/Sparc/TargetInfo/Makefile
  llvm/trunk/lib/Target/SystemZ/AsmParser/Makefile
  llvm/trunk/lib/Target/SystemZ/Disassembler/Makefile
  llvm/trunk/lib/Target/SystemZ/InstPrinter/Makefile
  llvm/trunk/lib/Target/SystemZ/MCTargetDesc/Makefile
  llvm/trunk/lib/Target/SystemZ/Makefile
  llvm/trunk/lib/Target/SystemZ/TargetInfo/Makefile
  llvm/trunk/lib/Target/WebAssembly/Disassembler/Makefile
  llvm/trunk/lib/Target/WebAssembly/InstPrinter/Makefile
  llvm/trunk/lib/Target/WebAssembly/MCTargetDesc/Makefile
  llvm/trunk/lib/Target/WebAssembly/Makefile
  llvm/trunk/lib/Target/WebAssembly/TargetInfo/Makefile
  llvm/trunk/lib/Target/X86/AsmParser/Makefile
  llvm/trunk/lib/Target/X86/Disassembler/Makefile
  llvm/trunk/lib/Target/X86/InstPrinter/Makefile
  llvm/trunk/lib/Target/X86/MCTargetDesc/Makefile
  llvm/trunk/lib/Target/X86/Makefile
  llvm/trunk/lib/Target/X86/TargetInfo/Makefile
  llvm/trunk/lib/Target/X86/Utils/Makefile
  llvm/trunk/lib/Target/XCore/Disassembler/Makefile
  llvm/trunk/lib/Target/XCore/InstPrinter/Makefile
  llvm/trunk/lib/Target/XCore/MCTargetDesc/Makefile
  llvm/trunk/lib/Target/XCore/Makefile
  llvm/trunk/lib/Target/XCore/TargetInfo/Makefile
  llvm/trunk/lib/Transforms/Hello/Makefile
  llvm/trunk/lib/Transforms/IPO/Makefile
  llvm/trunk/lib/Transforms/InstCombine/Makefile
  llvm/trunk/lib/Transforms/Instrumentation/Makefile
  llvm/trunk/lib/Transforms/Makefile
  llvm/trunk/lib/Transforms/ObjCARC/Makefile
  llvm/trunk/lib/Transforms/Scalar/Makefile
  llvm/trunk/lib/Transforms/Utils/Makefile
  llvm/trunk/lib/Transforms/Vectorize/Makefile
  llvm/trunk/projects/Makefile
  llvm/trunk/test/CodeGen/Generic/Makefile
  llvm/trunk/test/Makefile
  llvm/trunk/test/Makefile.tests
  llvm/trunk/tools/Makefile
  llvm/trunk/tools/bugpoint-passes/Makefile
  llvm/trunk/tools/bugpoint/Makefile
  llvm/trunk/tools/dsymutil/Makefile
  llvm/trunk/tools/gold/Makefile
  llvm/trunk/tools/llc/Makefile
  llvm/trunk/tools/lli/ChildTarget/Makefile
  llvm/trunk/tools/lli/Makefile
  llvm/trunk/tools/llvm-ar/Makefile
  llvm/trunk/tools/llvm-as/Makefile
  llvm/trunk/tools/llvm-bcanalyzer/Makefile
  llvm/trunk/tools/llvm-c-test/Makefile
  llvm/trunk/tools/llvm-config/Makefile
  llvm/trunk/tools/llvm-cov/Makefile
  llvm/trunk/tools/llvm-cxxdump/Makefile
  llvm/trunk/tools/llvm-diff/Makefile
  llvm/trunk/tools/llvm-dis/Makefile
  llvm/trunk/tools/llvm-dwarfdump/Makefile
  llvm/trunk/tools/llvm-dwp/Makefile
  llvm/trunk/tools/llvm-extract/Makefile
  llvm/trunk/tools/llvm-go/Makefile
  llvm/trunk/tools/llvm-jitlistener/Makefile
  llvm/trunk/tools/llvm-link/Makefile
  llvm/trunk/tools/llvm-lto/Makefile
  llvm/trunk/tools/llvm-mc/Makefile
  llvm/trunk/tools/llvm-mcmarkup/Makefile
  llvm/trunk/tools/llvm-nm/Makefile
  llvm/trunk/tools/llvm-objdump/Makefile
  llvm/trunk/tools/llvm-pdbdump/Makefile
  (50 more files...)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16471.46042.patch
Type: text/x-patch
Size: 1250750 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160126/109189ec/attachment-0001.bin>


More information about the llvm-commits mailing list