[all-commits] [llvm/llvm-project] 6aa039: Remove dead code in driver parsing -gsimple-templa...
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Fri Mar 25 13:23:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6aa039775891b6eae81604bb851e72192f5a7462
https://github.com/llvm/llvm-project/commit/6aa039775891b6eae81604bb851e72192f5a7462
Author: Paul Robinson <paul.robinson at sony.com>
Date: 2022-03-25 (Fri, 25 Mar 2022)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
Log Message:
-----------
Remove dead code in driver parsing -gsimple-template-names= options
While -g[no-]simple-template-names is a driver option, the fancier
-gsimple-template-names={simple,mangled} option is cc1-only, so code
to handle it in the driver is dead.
Differential Revision: https://reviews.llvm.org/D122503
More information about the All-commits
mailing list