[all-commits] [llvm/llvm-project] b3aece: [SystemZ/ZOS] Add binary format goff and operating...
Kai Nacke via All-commits
all-commits at lists.llvm.org
Tue Aug 11 02:27:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b3aece05313e740d26e517a9f32af90818ee4390
https://github.com/llvm/llvm-project/commit/b3aece05313e740d26e517a9f32af90818ee4390
Author: Kai Nacke <kai.nacke at de.ibm.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CGObjCMac.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M llvm/include/llvm/ADT/Triple.h
M llvm/include/llvm/Support/TargetRegistry.h
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/lib/MC/MCObjectFileInfo.cpp
M llvm/lib/Support/Triple.cpp
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
M llvm/unittests/ADT/TripleTest.cpp
Log Message:
-----------
[SystemZ/ZOS] Add binary format goff and operating system zos to the triple
Adds the binary format goff and the operating system zos to the triple
class. goff is selected as default binary format if zos is choosen as
operating system. No further functionality is added.
Reviewers: efriedma, tahonermann, hubert.reinterpertcast, MaskRay
Reviewed By: efriedma, tahonermann, hubert.reinterpertcast
Differential Revision: https://reviews.llvm.org/D82081
More information about the All-commits
mailing list