This is an archive of the discontinued LLVM Phabricator instance.

[VE] Rename VE toolchain source files
ClosedPublic

Authored by kaz7 on Jul 1 2020, 7:54 AM.

Details

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.

Diff Detail

Event Timeline

kaz7 created this revision.Jul 1 2020, 7:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 1 2020, 7:54 AM
simoll accepted this revision.Jul 1 2020, 8:38 AM
This revision is now accepted and ready to land.Jul 1 2020, 8:38 AM
This revision was automatically updated to reflect the committed changes.