[PATCH] D158461: [Driver] Remove unlikely-working Minix.cpp
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 21 14:52:54 PDT 2023
MaskRay created this revision.
MaskRay added a reviewer: brad.
Herald added a project: All.
MaskRay requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This ToolChain was added back in 2010 but has been unmaintained with no test.
The constructed command line contains /usr/gnu/include/c++/4.4.3 and
CompilerRT-Generic which are unlikely working for a long time.
Remove Minix ToolChain so that Generic_ELF will be used instead for a
Minix target triple.
If Minix developers feel like having an updated llvm-project is useful,
fixing other build issues and adding a new ToolChain is much better than
patching the current untested one likely with many issues.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D158461
Files:
clang/lib/Basic/Targets.cpp
clang/lib/Basic/Targets/OSTargets.h
clang/lib/Driver/CMakeLists.txt
clang/lib/Driver/Driver.cpp
clang/lib/Driver/ToolChains/Minix.cpp
clang/lib/Driver/ToolChains/Minix.h
clang/test/Driver/minix.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158461.552145.patch
Type: text/x-patch
Size: 10355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230821/9123a76e/attachment.bin>
More information about the cfe-commits
mailing list