[all-commits] [llvm/llvm-project] e00755: [clang][modules] Strip LLVM options (#75405)
Juergen Ributzka via All-commits
all-commits at lists.llvm.org
Thu Dec 14 09:21:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e007551b10bda9584223e8583591155070a3de4f
https://github.com/llvm/llvm-project/commit/e007551b10bda9584223e8583591155070a3de4f
Author: Juergen Ributzka <juergen at ributzka.de>
Date: 2023-12-14 (Thu, 14 Dec 2023)
Changed paths:
M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
A clang/test/ClangScanDeps/strip-llvm-args.m
Log Message:
-----------
[clang][modules] Strip LLVM options (#75405)
Currently, the dep scanner does not remove LLVM options from the
argument list.
Since LLVM options shouldn't affect the AST, it is safe to remove them
all.
More information about the All-commits
mailing list