[all-commits] [llvm/llvm-project] 407dca: [Driver] Correct -fnoxray-link-deps to -fno-xray-l...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Jun 19 12:48:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 407dcaf002f71abf940f3e903fa17791b150995d
https://github.com/llvm/llvm-project/commit/407dcaf002f71abf940f3e903fa17791b150995d
Author: Fangrui Song <i at maskray.me>
Date: 2023-06-19 (Mon, 19 Jun 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/XRayArgs.cpp
M clang/test/Driver/XRay/xray-nolinkdeps.cpp
Log Message:
-----------
[Driver] Correct -fnoxray-link-deps to -fno-xray-link-deps
and removed unused CC1Option.
Also change -whole-archive to the canonical spelling and improve tests.
More information about the All-commits
mailing list