[all-commits] [llvm/llvm-project] 804d96: [VE] Rename VE toolchain source files
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Thu Jul 2 02:45:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 804d9687443e1132157a9bb3696cb5327ae0558c
https://github.com/llvm/llvm-project/commit/804d9687443e1132157a9bb3696cb5327ae0558c
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-07-02 (Thu, 02 Jul 2020)
Changed paths:
M clang/lib/Driver/CMakeLists.txt
M clang/lib/Driver/Driver.cpp
R clang/lib/Driver/ToolChains/VE.cpp
R clang/lib/Driver/ToolChains/VE.h
A clang/lib/Driver/ToolChains/VEToolchain.cpp
A clang/lib/Driver/ToolChains/VEToolchain.h
Log Message:
-----------
[VE] Rename VE toolchain source files
Summary:
Rename VE.cpp and VE.h to VEToolchain.cpp and VEToolchain.h respectively
in order to avoid link warning message. Linker warns that VE.cpp.o and
Arch/VE.cpp.o have the same name.
Reviewers: simoll, k-ishizaka
Reviewed By: simoll
Subscribers: mgorny, cfe-commits
Tags: #llvm, #ve, #clang
Differential Revision: https://reviews.llvm.org/D82968
More information about the All-commits
mailing list