[all-commits] [llvm/llvm-project] ef5e7f: Temporarily revert the code part of D100981 "Delet...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Apr 22 10:19:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef5e7f90ea4d5063ce68b952c5de473e610afc02
https://github.com/llvm/llvm-project/commit/ef5e7f90ea4d5063ce68b952c5de473e610afc02
Author: Fangrui Song <i at maskray.me>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
M clang/lib/Basic/CMakeLists.txt
M clang/lib/Basic/Targets.cpp
A clang/lib/Basic/Targets/Le64.cpp
A clang/lib/Basic/Targets/Le64.h
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/TargetInfo.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M llvm/include/llvm/ADT/Triple.h
M llvm/lib/Support/Triple.cpp
M llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
Log Message:
-----------
Temporarily revert the code part of D100981 "Delete le32/le64 targets"
This partially reverts commit 77ac823fd285973cfb3517932c09d82e6a32f46d.
Halide uses le32/le64 (https://github.com/halide/Halide/pull/5934).
Temporarily brings back the code part to give them some time for migration.
More information about the All-commits
mailing list