Neon intrinsic tests need to be compiled for Cortex-A9 for f16 support.
authorBob Wilson <bob.wilson@apple.com>
Fri, 17 Dec 2010 01:21:03 +0000 (01:21 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 17 Dec 2010 01:21:03 +0000 (01:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122015 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/NeonEmitter.cpp

index 4864db436213584f7a7703faac01be88eacdf96f..d019f1cada3b3a4dee92108a486eb823f6931322 100644 (file)
@@ -1492,7 +1492,7 @@ static std::string GenTest(const std::string &name,
 void NeonEmitter::runTests(raw_ostream &OS) {
   OS <<
     "// RUN: %clang_cc1 -triple thumbv7-apple-darwin \\\n"
-    "// RUN:  -target-cpu cortex-a8 -ffreestanding -S -o - %s | FileCheck %s\n"
+    "// RUN:  -target-cpu cortex-a9 -ffreestanding -S -o - %s | FileCheck %s\n"
     "\n"
     "#include <arm_neon.h>\n"
     "\n";