llvm-capstone/llvm
serge-sans-paille eecd0f055b Have lit preserve SOURCE_DATE_EPOCH
This environment variable has been standardized for reproducible builds. Setting
it can help to have reproducible tests too, so keep it as part of the testing
env when set.

See https://reproducible-builds.org/docs/source-date-epoch/

Differential Revision: https://reviews.llvm.org/D108332

(cherry picked from commit 46c947af7e)
2022-01-11 18:23:09 -08:00
..
benchmarks
bindings [IR] Rename comdat noduplicates to comdat nodeduplicate 2021-07-20 12:47:10 -07:00
cmake [CMake] Re-enable use --gc-sections on OpenBSD 2021-10-21 12:36:10 -07:00
docs Remove "In Progress" text from release notes 2021-10-18 17:12:51 -07:00
examples [ORC] Require ExecutorProcessControl when constructing an ExecutionSession. 2021-07-27 16:53:49 +10:00
include [DIArgList] Re-unique after changing operands to fix non-determinism 2022-01-07 11:26:33 -08:00
lib [InstCombine] Remove attributes after hoisting free above null check 2022-01-07 15:16:51 -08:00
projects
resources
runtimes [libomptarget][amdcgn] Only add opt/llvm-link dependency if TARGET is available 2021-09-03 15:49:42 -07:00
test [InstCombine] Remove attributes after hoisting free above null check 2022-01-07 15:16:51 -08:00
tools [llvm-objdump] Fix 'llvm-objdump -dr' for executables with relocations 2021-09-08 08:45:39 -07:00
unittests [DebugInfo] Check DIEnumerator bit width when comparing for equality 2022-01-04 21:59:16 -08:00
utils Have lit preserve SOURCE_DATE_EPOCH 2022-01-11 18:23:09 -08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Bump version to 13.0.1 2021-10-14 17:04:08 -07:00
CODE_OWNERS.TXT [NFC] Update code owners file 2021-07-20 11:29:10 -07:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.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.