This is the second patch required to support compilation for Intel MCU target (e.g. Intel(R) Quark(TM) micro controller D 2000). When IAMCU triple is used: * Recognize and use IAMCU GCC toolchain * Set up include paths * Forbid C++ Differential Revision: http://reviews.llvm.org/D19274 llvm-svn: 272883
4 lines
129 B
C++
4 lines
129 B
C++
// RUN: %clang -miamcu %s -### -o %t.o 2>&1 | FileCheck %s
|
|
|
|
// CHECK: error: the clang compiler does not support 'C++ for IAMCU'
|