Merge pull request #18460 from Homebrew/shim-llvm-gcc

shims/super/cc: remove leftover usage of `llvm-g++-4.2`
This commit is contained in:
Mike McQuaid 2024-09-30 08:53:45 +01:00 committed by GitHub
commit 929a1b13f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 0 additions and 13 deletions

View File

@ -1 +0,0 @@
cc

View File

@ -1 +0,0 @@
cc

View File

@ -1 +0,0 @@
cc

View File

@ -1 +0,0 @@
cc

View File

@ -1 +0,0 @@
cc

View File

@ -92,8 +92,6 @@ class Cmd
"#{ENV["HOMEBREW_PREFIX"]}/opt/swift/libexec/bin/clang++"
when /clang/
"clang++"
when /llvm-gcc/
"llvm-g++-4.2"
when /(g)?cc(-\d+(\.\d)?)?$/
"g++#{Regexp.last_match(2)}"
end

View File

@ -1 +0,0 @@
cc

View File

@ -1 +0,0 @@
cc

View File

@ -1 +0,0 @@
cc