Go to file
Dan Liew 706005486f [CMake] Fix bug in `add_weak_symbols()` function.
Previously the the `weak_symbols.txt` files could be modified and the
build system wouldn't update the link flags automatically. Instead the
developer had to know to reconfigure CMake manually.

This is now fixed by telling CMake that the file being used to
read weak symbols from is a configure-time dependency.

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

llvm-svn: 339559
2018-08-13 12:59:38 +00:00
clang Revert "Allow relockable scopes with thread safety attributes." 2018-08-13 12:50:30 +00:00
clang-tools-extra Fix MSVC 'std::min: no matching overloaded function found' error. 2018-08-13 12:24:48 +00:00
compiler-rt [CMake] Fix bug in `add_weak_symbols()` function. 2018-08-13 12:59:38 +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 [libcxx] Mark charconv tests as failing for previous libcxx versions. 2018-08-10 17:03:47 +00:00
libcxxabi Add missing _LIBCXXABI_FUNC_VIS to __gxx_personality_seh0 2018-08-11 19:36:06 +00:00
libunwind Remove unneeded preprocessor condition. 2018-08-08 15:18:22 +00:00
lld [LLD][ELF] - Remove dead code from handleTlsRelocation. NFC. 2018-08-13 11:20:18 +00:00
lldb Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUID 2018-08-11 23:40:27 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [CGP] Fix GEP issue with out of range APInt constant values not fitting in int64_t 2018-08-13 12:10:09 +00:00
openmp [OpenMP] Cleanup code 2018-08-09 22:04:30 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [DepInfo] Use isl++ in Dependences::isValidSchedule. NFC. 2018-08-10 22:33:27 +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.