[all-commits] [llvm/llvm-project] 9c68b4: Revert "[compiler-rt][CMake] Enable TF intrinsics ...
Tobias Hieta via All-commits
all-commits at lists.llvm.org
Mon Aug 8 13:23:45 PDT 2022
Branch: refs/heads/release/15.x
Home: https://github.com/llvm/llvm-project
Commit: 9c68b43915fc1c9c0a07e935163ae8d638d7241b
https://github.com/llvm/llvm-project/commit/9c68b43915fc1c9c0a07e935163ae8d638d7241b
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-08-08 (Mon, 08 Aug 2022)
Changed paths:
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/int_types.h
Log Message:
-----------
Revert "[compiler-rt][CMake] Enable TF intrinsics on powerpc32 Linux"
As mentioned in https://reviews.llvm.org/D121379#3690593, this
change broke the build of compiler-rt targeting powerpc using GCC.
The 32-bit powerpc target is not supposed to emit 128-bit libcalls
-- if it does, then that's a backend bug and needs to be fixed there.
This reverts commit 8f24a56a3a9363f353c8da318d97491a6818781d.
Differential Revision: https://reviews.llvm.org/D130988
(cherry picked from commit 542977d43841820614a32823c33415042430e230)
Commit: 1f9561096d893fe68c818e555e0590405e375978
https://github.com/llvm/llvm-project/commit/1f9561096d893fe68c818e555e0590405e375978
Author: Tobias Hieta <tobias at hieta.se>
Date: 2022-08-08 (Mon, 08 Aug 2022)
Changed paths:
M lld/COFF/PDB.cpp
M lld/test/COFF/pdb-unknown-subsection.s
A lld/test/COFF/pdb-xfg-section.s
M llvm/include/llvm/DebugInfo/CodeView/CodeView.h
M llvm/lib/DebugInfo/PDB/Native/FormatUtil.cpp
Log Message:
-----------
[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUAL
These are new debug types that ships with the latest
Windows SDK and would warn and finally fail lld-link.
The symbols seems to be related to Microsoft's XFG
which is their version of CFG. We can't handle any of
this yet, so for now we can just ignore these types
so that lld doesn't fail with a new version of Windows
SDK.
Fixes: #56285
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D129378
(cherry picked from commit 576375a2d670a7b1bd84b53b0187605a5f4ea0c8)
Compare: https://github.com/llvm/llvm-project/compare/bf271375cc08...1f9561096d89
More information about the All-commits
mailing list