Go to file
Peter Smith 23a116f39e [ELF] Test undefined weak symbol for Thumb narrow branch
Add a test for the R_ARM_THM_JUMP11 relocation to an undefined symbol. We
have to use yaml2obj as llvm-mc relaxes the narrow branch to a b.w which
uses the R_ARM_THM_JUMP24 relocation instead.
    
Differential Revision: https://reviews.llvm.org/D50234

llvm-svn: 338999
2018-08-06 10:06:24 +00:00
clang [clang-rename] make clang-rename.py vim integration python3 compatible 2018-08-06 09:08:06 +00:00
clang-tools-extra [clangd] Fix fuzzer build. 2018-08-04 01:51:10 +00:00
compiler-rt [CMake] Allow building builtins standalone out of tree without any llvm-config available 2018-08-03 05:50:33 +00:00
debuginfo-tests Disable the asan-deque.cpp integration test for AppleLLDB < v1000 2018-08-04 00:02:48 +00:00
libclc amdgcn: Use __constant AS for amdgcn builtins. 2018-08-03 15:14:08 +00:00
libcxx Mark LWG#2260 as complete. We already did the right thing, so I just added tests to ensure that we continue to DTRT. 2018-08-03 23:28:48 +00:00
libcxxabi [itanium demangler] Support dot suffixes on block invocation functions 2018-08-02 17:45:01 +00:00
libunwind [CMake] Allow building standalone without any llvm-config available 2018-08-03 05:51:31 +00:00
lld [ELF] Test undefined weak symbol for Thumb narrow branch 2018-08-06 10:06:24 +00:00
lldb Change ConstString::SetCStringWithMangledCounterpart to use StringRef 2018-08-06 08:27:59 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [docs] Remove the `dso_local` tag from these functions. 2018-08-06 10:03:25 +00:00
openmp [OpenMP] Fix doacross testing for gcc 2018-08-02 19:13:07 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [JSONExporter] Print instead of ignoring parser error. 2018-08-02 00:11:14 +00:00
README.md

README.md

Low Level Virtual Machine (LLVM)

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