[all-commits] [llvm/llvm-project] ef7a15: [clang][ThinLTO] Promote cc1 -fthin_link_bitcode t...
Yuanfang Chen via All-commits
all-commits at lists.llvm.org
Thu Oct 24 17:45:40 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ef7a154d17f2e38ba3c8bfa33f240b60464e4cc7
https://github.com/llvm/llvm-project/commit/ef7a154d17f2e38ba3c8bfa33f240b60464e4cc7
Author: Yuanfang Chen <yuanfang.chen at sony.com>
Date: 2019-10-24 (Thu, 24 Oct 2019)
Changed paths:
M clang/include/clang/Driver/CC1Options.td
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/CodeGen/thin_link_bitcode.c
Log Message:
-----------
[clang][ThinLTO] Promote cc1 -fthin_link_bitcode to driver -fthinlto_link_bitcode
Summary:
A necessary step to let build system caching work for its output.
Reviewers: tejohnson, steven_wu
Reviewed by: tejohnson
Subscribers: mehdi_amini, inglorion, dexonsmith, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D69406
More information about the All-commits
mailing list