Go to file
Chris Bieneman 9ff2d7d56a [Darwin Driver] Fix Simulator builtins and test cases
In r339807, I broke linking the builtins libraries for simulator targets, which itself was bad, but turns out it was all completely untested and marked with FIXME in the test suite.

This fixes all the test cases so they actually work, and fixes the bug I introduced in r339807.

llvm-svn: 339829
2018-08-15 22:50:06 +00:00
clang [Darwin Driver] Fix Simulator builtins and test cases 2018-08-15 22:50:06 +00:00
clang-tools-extra [clang-doc] Explicitly cast to unique_ptr 2018-08-15 16:18:46 +00:00
compiler-rt cfi: Remove blacklist entries for libc++. 2018-08-15 18:05:55 +00:00
debuginfo-tests SafeStack: Disable Darwin support 2018-08-14 21:38:50 +00:00
libclc amdgcn: Use __constant AS for amdgcn builtins. 2018-08-03 15:14:08 +00:00
libcxx Selectively import timespec_get into namespace std, since some C libraries don't have it. Reviewed as https://reviews.llvm.org/D50799 2018-08-15 21:19:08 +00:00
libcxxabi [itanium demangler] Add llvm::itaniumFindTypesInMangledName() 2018-08-13 16:37:47 +00:00
libunwind [cmake] Add MINGW_LIBRARIES to the linker flags 2018-08-14 06:13:36 +00:00
lld [LLD][ELF] - Stop using binary input in merge-invalid-size.s test. NFCI. 2018-08-15 14:59:38 +00:00
lldb Add libc++ data formatters for std::optional. 2018-08-15 22:48:48 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [Metadata] Replace a SmallVector with an array; NFC 2018-08-15 22:15:35 +00:00
openmp [OMPT] Remove OMPT idle callback 2018-08-15 13:54:28 +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.