[all-commits] [llvm/llvm-project] b924c8: [clang][LTO] Remove the use of `--` for arange option
Qiongsi Wu via All-commits
all-commits at lists.llvm.org
Thu Oct 6 17:28:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b924c8c71daaa1bb869c42d9afca2a09a9b94629
https://github.com/llvm/llvm-project/commit/b924c8c71daaa1bb869c42d9afca2a09a9b94629
Author: Qiongsi Wu <qiongsiwu at gmail.com>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/test/Driver/debug-options-aranges.c
Log Message:
-----------
[clang][LTO] Remove the use of `--` for arange option
https://reviews.llvm.org/D134668 removed all `--` (double dashes) when using `plugin-opt` to pass linker options and replaced them with `-`. https://reviews.llvm.org/D133092 was committed later but introduced an instance of `--`. This patch replaces the `--` with `-`.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D135400
More information about the All-commits
mailing list