diff options
author | jeremyd2019 <github@jdrake.com> | 2025-05-08 23:54:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-09 09:54:02 +0300 |
commit | 52924a2d7255cdd280b2b82dad8616e01fe065da (patch) | |
tree | f892eb40cc3c811cbd95085c28b8a43632eabf34 /clang/lib/AST/ByteCode/Compiler.cpp | |
parent | d2b012e3913a56d3cb2d9798bf77dc2599148dfb (diff) | |
download | llvm-52924a2d7255cdd280b2b82dad8616e01fe065da.zip llvm-52924a2d7255cdd280b2b82dad8616e01fe065da.tar.gz llvm-52924a2d7255cdd280b2b82dad8616e01fe065da.tar.bz2 |
[Clang] [Driver] add a Cygwin ToolChain (#135691)
Add a new Cygwin toolchain that just goes through the motions to
initialize the Generic_GCC base properly. This allows removing some old,
almost certainly wrong hard-coded paths from Lex/InitHeaderSearch.cpp.
MSYS2 (GCC triple (arch)-pc-msys) is a fork of Cygwin (GCC triple
(arch)-pc-cygwin), and this driver can be used for either.
Add a simple test for this driver.
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions