mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 17:59:27 +00:00
Revert "Add -fvisibility-inlines-hidden -Bsymbolic-functions -fno-semantic-interposition to the args to make clang faster See https://github.com/ClangBuiltLinux/tc-build/issues/150#issuecomment-849935207"
Doesn't provide perf win
This reverts commit 9d45d3f6a0
.
This commit is contained in:
parent
93a4e65197
commit
80b05a65cc
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -5,9 +5,6 @@ llvm-toolchain-12 (1:12.0.1~+rc1-1) unstable; urgency=medium
|
|||||||
* Add upstream patch D98575 to fix 32-bit compiler-rt build on sparc64
|
* Add upstream patch D98575 to fix 32-bit compiler-rt build on sparc64
|
||||||
|
|
||||||
[ Sylvestre Ledru ]
|
[ Sylvestre Ledru ]
|
||||||
* Add -fvisibility-inlines-hidden -Bsymbolic-functions -fno-semantic-interposition
|
|
||||||
to the args to make clang faster
|
|
||||||
See https://github.com/ClangBuiltLinux/tc-build/issues/150#issuecomment-849935207
|
|
||||||
* backport D101773 to fix an llvm ir issue on mipsel
|
* backport D101773 to fix an llvm ir issue on mipsel
|
||||||
in mips/mips-D101773-reloc.patch
|
in mips/mips-D101773-reloc.patch
|
||||||
thanks to Ximin Luo
|
thanks to Ximin Luo
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -38,8 +38,8 @@ DH_VERSION := $(shell dpkg -s debhelper | grep '^Version' | awk '{print $$2}')
|
|||||||
include /usr/share/dpkg/architecture.mk
|
include /usr/share/dpkg/architecture.mk
|
||||||
|
|
||||||
LDFLAGS_EXTRA =
|
LDFLAGS_EXTRA =
|
||||||
CXXFLAGS_EXTRA = -fvisibility-inlines-hidden -fno-semantic-interposition # performance reasons
|
CXXFLAGS_EXTRA =
|
||||||
CFLAGS_EXTRA = -Bsymbolic-functions # perf reasons
|
CFLAGS_EXTRA =
|
||||||
CONFIGURE_EXTRA =
|
CONFIGURE_EXTRA =
|
||||||
CMAKE_EXTRA = -DPYTHON_EXECUTABLE=/usr/bin/python3
|
CMAKE_EXTRA = -DPYTHON_EXECUTABLE=/usr/bin/python3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user