[all-commits] [llvm/llvm-project] 038536: [Driver] Support response file on baremetal driver
Petr Hosek via All-commits
all-commits at lists.llvm.org
Wed Apr 19 19:52:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 038536acaf271cb614fd2248becf1cc2c5e700c7
https://github.com/llvm/llvm-project/commit/038536acaf271cb614fd2248becf1cc2c5e700c7
Author: Petr Hosek <phosek at google.com>
Date: 2023-04-20 (Thu, 20 Apr 2023)
Changed paths:
M clang/lib/Driver/ToolChains/BareMetal.cpp
Log Message:
-----------
[Driver] Support response file on baremetal driver
All officially supported linkers should support response files and
this avoids issues when compiling on platforms such as Windows.
Differential Revision: https://reviews.llvm.org/D148760
More information about the All-commits
mailing list