Skip to content

Commit 73be680

Browse files
committed
Revert stack "[Driver] Add support for GCC installation detection in Baremetal toolchain (llvm#121829)"
This reverts the following stack of commits, due to them breaking the Fuchsia toolchain and corresponding LLVM buildbot. Revert "[Driver] Fix Arm/AArch64 Link Argument tests (llvm#144582)" This reverts commit a79186c. Revert "[Driver] Add option to force undefined symbols during linking in BareMetal toolchain object. (llvm#132807)" This reverts commit 9cb7545. Revert "[Driver] Fix link order of BareMetal toolchain object (llvm#132806)" This reverts commit 31523de. Revert "[Driver] Add support for crtbegin.o, crtend.o and libgloss lib to BareMetal toolchain object (llvm#121830)" This reverts commit ec230aa. Revert "[Driver] Add support for GCC installation detection in Baremetal toolchain (llvm#121829)" This reverts commit eb31c42.
1 parent 908f74a commit 73be680

File tree

37 files changed

+119
-739
lines changed

37 files changed

+119
-739
lines changed

clang/docs/Toolchain.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,3 @@ workarounds for issues discovered in libstdc++, and these are removed
347347
as fixed libstdc++ becomes sufficiently old.
348348

349349
You can instruct Clang to use libstdc++ with the ``-stdlib=libstdc++`` flag.
350-
351-
GCC Installation
352-
=================
353-
Users can point to their GCC installation by using the ``-gcc-toolchain`` or by
354-
using ``-gcc-install-dir`` flag.

clang/include/clang/Basic/DiagnosticDriverKinds.td

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -847,9 +847,6 @@ def note_drv_available_multilibs : Note<
847847
"available multilibs are:%0">;
848848
def err_drv_multilib_custom_error : Error<
849849
"multilib configuration error: %0">;
850-
def warn_drv_multilib_not_available_for_target: Warning<
851-
"no multilib structure encoded for Arm, Aarch64 and PPC targets">,
852-
InGroup<DiagGroup<"multilib-not-found">>;
853850

854851
def err_drv_experimental_crel : Error<
855852
"-Wa,--allow-experimental-crel must be specified to use -Wa,--crel. "

0 commit comments

Comments
 (0)