Go to file
Oliver Stannard 1c6e591457 [ARM] Improve error messages for .arch_extension directive
- More informative message when extension name is not an identifier token.
- Stop parsing directive if extension is unknown (avoid duplicate error
  messages).
- Report unsupported extensions with a source location, rather than
  report_fatal_error.

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

llvm-svn: 276748
2016-07-26 14:24:43 +00:00
clang Update for LLVM changes 2016-07-26 05:52:37 +00:00
clang-tools-extra Test commit -- adding a newline 2016-07-26 14:01:48 +00:00
compiler-rt Define compatibility flag if not defined with -std=c++ 2016-07-25 23:12:53 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Make min follow the OCL 1.0 specs 2016-07-25 22:36:22 +00:00
libcxx Remove use of C++1z static assert in C++11 test 2016-07-25 04:56:32 +00:00
libcxxabi Attempt to bring peace to -Werror buildbots. 2016-07-19 20:35:09 +00:00
libunwind [libunwind][ARM] Add support for Thumb1 targets 2016-07-25 09:21:56 +00:00
lld [ELF] Linkerscript: simplify DATA_SEGMENT_ALIGN evaluation 2016-07-26 14:00:10 +00:00
lldb Fix incorrect form test in SymbolFileDWARF 2016-07-26 08:16:19 +00:00
llgo Upgrade all the .arcconfigs to https. 2016-07-14 13:15:37 +00:00
llvm [ARM] Improve error messages for .arch_extension directive 2016-07-26 14:24:43 +00:00
openmp Replace enum types in variadic functions by build-in types. 2016-07-22 16:05:35 +00:00
parallel-libs Add .clang-format to parallel-libs 2016-07-20 17:49:55 +00:00
polly GPGPU: Load GPU kernels 2016-07-25 16:31:21 +00:00