Go to file
Davide Italiano 975c711358 [test-suite] Add a decorator for the lack of libstdcxx on the system.
This generalizes a bunch of target-specific tests. MacOS has no
libstdcxx anymore, and neither does FreeBSD (or Windows).

<rdar://problem/41896105>

llvm-svn: 336463
2018-07-06 20:40:00 +00:00
clang [OPENMP] Make clauses closing loc point to right bracket. 2018-07-06 19:35:42 +00:00
clang-tools-extra [clangd] Make SymbolOrigin an enum class, rather than a plain enum. 2018-07-06 11:50:49 +00:00
compiler-rt libFuzzer: always print line-break for NEW_FUNC/PC output 2018-07-06 19:47:00 +00:00
debuginfo-tests [debuginfo-tests] Always use the system python to invoke llgdb.py. 2018-06-10 19:38:26 +00:00
libclc atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_atomics 2018-06-21 19:27:39 +00:00
libcxx Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY" 2018-07-05 18:41:50 +00:00
libcxxabi [demangler] Avoid alignment warning 2018-07-05 06:24:29 +00:00
libunwind Introduce a separate preprocessor macro, _LIBUNWIND_USE_DLADDR, for directly controlling a dependency on dladdr(). This will allow us to use libunwind without adding a libdl dependency. 2018-06-29 20:41:50 +00:00
lld [ELF] - Add test for empty version in a symbol name. 2018-07-06 15:03:53 +00:00
lldb [test-suite] Add a decorator for the lack of libstdcxx on the system. 2018-07-06 20:40:00 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm Use Type::isIntOrPtrTy where possible, NFC 2018-07-06 20:17:42 +00:00
openmp Define the __STDC_FORMAT_MACROS to avoid test failure on some platforms. 2018-07-06 14:15:59 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly Add a file that was missing in r336425 2018-07-06 11:33:35 +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.