Since we can now build the builtins without a full toolchain these files should no longer be needed.
This is the last vestige of autoconf!
Paths
| Differential D23777
Delete remaining compiler-rt makefiles ClosedPublic Authored by beanz on Aug 22 2016, 9:26 AM.
Details Summary Since we can now build the builtins without a full toolchain these files should no longer be needed. This is the last vestige of autoconf!
Diff Detail
Event Timelinebeanz updated this object. This revision is now accepted and ready to land.Aug 22 2016, 9:53 AM Comment Actions Are these ones needed by the CMake build? ./lib/builtins/arm/Makefile.mk ./lib/builtins/arm64/Makefile.mk ./lib/builtins/armv6m/Makefile.mk ./lib/builtins/i386/Makefile.mk ./lib/builtins/Makefile.mk ./lib/builtins/ppc/Makefile.mk ./lib/builtins/x86_64/Makefile.mk ./lib/Makefile.mk Closed by commit rL279539: Delete remaining compiler-rt makefiles (authored by cbieneman). · Explain WhyAug 23 2016, 10:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 69017 compiler-rt/trunk/Makefile
compiler-rt/trunk/lib/Makefile.mk
compiler-rt/trunk/lib/builtins/Makefile.mk
compiler-rt/trunk/lib/builtins/arm/Makefile.mk
compiler-rt/trunk/lib/builtins/arm64/Makefile.mk
compiler-rt/trunk/lib/builtins/armv6m/Makefile.mk
compiler-rt/trunk/lib/builtins/i386/Makefile.mk
compiler-rt/trunk/lib/builtins/ppc/Makefile.mk
compiler-rt/trunk/lib/builtins/x86_64/Makefile.mk
compiler-rt/trunk/make/AppleBI.mk
compiler-rt/trunk/make/config.mk
compiler-rt/trunk/make/filter-inputs
compiler-rt/trunk/make/lib_info.mk
compiler-rt/trunk/make/lib_platforms.mk
compiler-rt/trunk/make/lib_util.mk
compiler-rt/trunk/make/options.mk
compiler-rt/trunk/make/platform/clang_darwin.mk
compiler-rt/trunk/make/platform/clang_darwin_test_input.c
compiler-rt/trunk/make/platform/clang_linux.mk
compiler-rt/trunk/make/platform/clang_linux_test_input.c
compiler-rt/trunk/make/platform/clang_macho_embedded.mk
compiler-rt/trunk/make/platform/clang_macho_embedded_test_input.c
compiler-rt/trunk/make/platform/clang_mingw.mk
compiler-rt/trunk/make/platform/darwin_bni.mk
compiler-rt/trunk/make/platform/multi_arch.mk
compiler-rt/trunk/make/subdir.mk
compiler-rt/trunk/make/test/test-util.mk
compiler-rt/trunk/make/util.mk
|