llvm-project/llvm
Keno Fischer ea8539111d [COFF] Force Symbols containing '.' to be quoted
In D87099, the mangler learned to quote export directives that contain
special characters. Only alhpanumerical characters as well as
'_', '$', '.' and '@' were exmpt from this quoting. However, at least
binutils considers an unquoted '.' to be syntax and object files
containing such symbols will cause errors during linking. Fix that
by removing '.' from the list of allowed exemptions.

Differential Revision: https://reviews.llvm.org/D100359
2021-08-30 17:26:57 -04:00
..
benchmarks
bindings
cmake [CMake] Add `--gdb-index` option to linker if split dwarf compiling 2021-08-30 12:23:21 +03:00
docs [docs][GlobalISel]Adding info for G_JUMP_TABLE generic opcode 2021-08-31 00:41:28 +05:30
examples [examples] Fix Kaleidoscope for Windows 2021-08-19 13:20:51 +10:00
include [IROutliner] Changing outliner to prioritize reductions on assembly rather than IR instruction 2021-08-30 13:43:08 -07:00
lib [COFF] Force Symbols containing '.' to be quoted 2021-08-30 17:26:57 -04:00
projects
resources
runtimes [libomptarget][amdcgn] Only add opt/llvm-link dependency if TARGET is available 2021-08-30 17:32:11 +02:00
test [COFF] Force Symbols containing '.' to be quoted 2021-08-30 17:26:57 -04:00
tools [llc] Initialize context for parsing options 2021-08-28 22:37:26 +02:00
unittests [IRSim][IROutliner] Canonicalizing commutative value numbering between similarity sections. 2021-08-27 15:02:56 -07:00
utils test-release.sh: remove an unused reference to the old svn repo 2021-08-29 17:45:19 +02:00
.clang-format
.clang-tidy
.gitattributes Fix: [MCParser] Correctly handle CRLF line ends when consuming line comments 2021-08-17 16:16:19 +01:00
.gitignore
CMakeLists.txt [CMake][NFC] Add comment about new `--gdb-index` option used with `-gsplit-dwarf` 2021-08-30 12:36:55 +03:00
CODE_OWNERS.TXT Add Johannes to CODE_OWNERS for openmp offloading 2021-08-02 19:45:47 +01:00
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.