llvm-project/llvm
Nick Desaulniers 8ace121305 [IR] convert warn-stack-size from module flag to fn attr
Otherwise, this causes issues when building with LTO for object files
that use different values.

Link: https://github.com/ClangBuiltLinux/linux/issues/1395

Reviewed By: dblaikie, MaskRay

Differential Revision: https://reviews.llvm.org/D104342
2021-06-21 15:09:25 -07:00
..
benchmarks
bindings
cmake Remove ML inlining model artifacts. 2021-06-21 17:38:09 +00:00
docs [IR] convert warn-stack-size from module flag to fn attr 2021-06-21 15:09:25 -07:00
examples [ORC][examples] Add missing library dependence 2021-06-19 14:48:34 +10:00
include [IR] convert warn-stack-size from module flag to fn attr 2021-06-21 15:09:25 -07:00
lib [IR] convert warn-stack-size from module flag to fn attr 2021-06-21 15:09:25 -07:00
projects
resources
runtimes [runtimes] Fix umbrella component targets 2021-06-12 19:49:44 -07:00
test [IR] convert warn-stack-size from module flag to fn attr 2021-06-21 15:09:25 -07:00
tools [SampleFDO] Make FSDiscriminator flag part of function parameters 2021-06-21 14:37:45 -07:00
unittests [VP][NFCI] Address various clang-tidy warnings 2021-06-21 10:57:42 +01:00
utils [UpdateCCTestChecks] Fix --replace-value-regex across RUN lines 2021-06-21 17:01:17 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.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.