hanchenye-llvm-project/llvm
Fangrui Song 8caa0aaa4d [AsmPrinter] Delete redundant .type foo, @function when emitting an ifunc
In MCAsmStreamer:

.type foo,@function   # <--- this is redundant
.type foo,@gnu_indirect_function

In MCELFStreamer, the latter STT_GNU_IFUNC overrides STT_FUNC.

llvm-svn: 368823
2019-08-14 10:30:27 +00:00
..
benchmarks
bindings
cmake Remove minimum toolchain soft-error 2019-08-14 04:30:51 +00:00
docs Remove minimum toolchain soft-error 2019-08-14 04:30:51 +00:00
examples [ORC] Fix SpeculativeJIT example code broken by r368707. 2019-08-13 22:44:54 +00:00
include Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expected<>" 2019-08-14 08:56:55 +00:00
lib [AsmPrinter] Delete redundant .type foo, @function when emitting an ifunc 2019-08-14 10:30:27 +00:00
projects [libc++] Take 2: Integrate the PSTL into libc++ 2019-08-05 18:29:14 +00:00
resources
runtimes
test [AsmPrinter] Delete redundant .type foo, @function when emitting an ifunc 2019-08-14 10:30:27 +00:00
tools Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expected<>" 2019-08-14 08:56:55 +00:00
unittests [ORC] Refactor definition-generation, add a generator for static libraries. 2019-08-13 16:05:18 +00:00
utils [Intrinsics] Add a 'NoAlias' intrinsic property; annotate llvm.memcpy 2019-08-14 08:33:07 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert the test commit 2019-08-09 20:52:39 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.