Go to file
Frederic Riss 05e8bc85e6 [debugserver] Return 'ios' instead of 'iphoneos' for the ostype.
When I merged the 2 codepaths that return an OS type, I hade
checked that the places accepting 'iphoneos' would also accept
'ios', but then I got it backwards and return 'iphoneos'.

We use this value to build triples, and there 'iphoneos' is
invalid.

This also makes the test slightly simpler.

llvm-svn: 330877
2018-04-25 22:12:12 +00:00
clang [analyzer] Enable analysis of WebKit "unified sources". 2018-04-25 21:51:26 +00:00
clang-tools-extra [clangd] Add "str()" method to SymbolID. 2018-04-25 15:27:09 +00:00
compiler-rt Add s390x to XFAIL for illegal_read/write_test.cc 2018-04-25 19:34:48 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc relational/select: Condition types for half are short/ushort, not char/uchar 2018-04-25 17:36:36 +00:00
libcxx Disable the test I just added when testing C++03. 2018-04-25 16:09:47 +00:00
libcxxabi [libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions. 2018-04-16 22:00:14 +00:00
libunwind [cmake] Remove duplicate command line options from build 2018-04-05 20:27:50 +00:00
lld Pack symbols a bit more. 2018-04-25 21:44:37 +00:00
lldb [debugserver] Return 'ios' instead of 'iphoneos' for the ostype. 2018-04-25 22:12:12 +00:00
llgo
llvm [ADT] Make filter_iterator support bidirectional iteration 2018-04-25 21:50:09 +00:00
openmp [OpenMP] Make bc file compilation sensitive to LIBOMPTARGET_NVPTX_DEBUG flag 2018-04-20 20:41:00 +00:00
parallel-libs
polly [CodeGen] Fix comment. NFC. 2018-04-25 19:54:16 +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.