[all-commits] [llvm/llvm-project] 3cc3c0: Add support to -Wa, --version in clang
Jian Cai via All-commits
all-commits at lists.llvm.org
Wed Mar 31 16:30:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3cc3c0f8352ec33ca2f2636f94cb1d85fc57ac16
https://github.com/llvm/llvm-project/commit/3cc3c0f8352ec33ca2f2636f94cb1d85fc57ac16
Author: Jian Cai <jiancai at google.com>
Date: 2021-03-31 (Wed, 31 Mar 2021)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
A clang/test/Driver/as-version.s
Log Message:
-----------
Add support to -Wa,--version in clang
Clang currently only supports -Wa,--version when -no-integrated-as is
used. This adds support to -Wa,--version with -integrated-as.
Link:
https://github.com/ClangBuiltLinux/linux/issues/1320
Reviewed By: nickdesaulniers, MaskRay
Differential Revision: https://reviews.llvm.org/D99556
More information about the All-commits
mailing list