ARM: keep special non-AEABIness of "-darwin-eabi" triples for now
[oota-llvm.git] / test / CodeGen / ARM / divmod-eabi.ll
index 64d093e768b5c99e43864df23af43c07e63432eb..7a46af1e6742b67ee0299e87fdd3092f4ff9c615 100644 (file)
@@ -2,6 +2,8 @@
 ; RUN: llc -mtriple armv7-none-eabihf %s -o - | FileCheck %s --check-prefix=EABI
 ; RUN: llc -mtriple armv7-linux-gnueabi %s -o - | FileCheck %s --check-prefix=GNU
 ; RUN: llc -mtriple armv7-apple-darwin %s -o - | FileCheck %s --check-prefix=DARWIN
+; FIXME: long-term, we will use "-apple-macho" and won't need this exception:
+; RUN: llc -mtriple armv7-apple-darwin-eabi %s -o - | FileCheck %s --check-prefix=DARWIN
 
 define signext i16 @f16(i16 signext %a, i16 signext %b) {
 ; EABI-LABEL: f16: