[clang] Remove workaround for old LLVM_ENABLE_PROJECTS=libcxx build
authorLouis Dionne <ldionne.2@gmail.com>
Fri, 21 Apr 2023 17:47:18 +0000 (13:47 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Mon, 24 Apr 2023 20:44:05 +0000 (16:44 -0400)
commit5084ba395e487adee67ba38cc5c68ff7e052e37c
treee4a984eb29459845be6f50dfec40708503a3b4d9
parent21bff9ca42e4735a52aa1e981b1ccd0d3b274b34
[clang] Remove workaround for old LLVM_ENABLE_PROJECTS=libcxx build

We don't support the LLVM_ENABLE_PROJECTS=libcxx build anymore (and have
not for over a year), so it should be fine to remove this workaround now.

Differential Revision: https://reviews.llvm.org/D148945
clang/lib/Driver/ToolChains/Linux.cpp