[all-commits] [llvm/llvm-project] ffa2a6: [Clang][DependencyScanner] Remove secondary action...
Michael Spencer via All-commits
all-commits at lists.llvm.org
Wed Feb 1 15:17:56 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ffa2a647c6a9dd2fab13a5e1bd4832b5b200d908
https://github.com/llvm/llvm-project/commit/ffa2a647c6a9dd2fab13a5e1bd4832b5b200d908
Author: Michael Spencer <bigcheesegs at gmail.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
A clang/test/ClangScanDeps/strip-input-args.m
Log Message:
-----------
[Clang][DependencyScanner] Remove secondary actions from -cc1
The -arcmt-action= and -objcmt-migrate* actions were being passed to
module builds. This caused these builds to fail, as they are secondary
actions that suppress emitting modules.
Differential Revision: https://reviews.llvm.org/D143040
More information about the All-commits
mailing list