[PATCH] D11466: Correct x86_64 Android fp128 mangled name
David Majnemer
david.majnemer at gmail.com
Thu Jul 23 10:35:21 PDT 2015
majnemer added inline comments.
================
Comment at: test/CodeGen/x86-long-double.cpp:5-6
@@ +4,4 @@
+// RUN: | FileCheck %s --check-prefix=G64
+// RUN: %clang -target powerpc64-linux-gnu -emit-llvm -O -S -o - %s \
+// RUN: | FileCheck %s --check-prefix=P64
+// RUN: %clang -target i686-linux-android -emit-llvm -O -S -o - %s \
----------------
This test is called `x86-long-double.cpp` but you have powerpc tests here.
http://reviews.llvm.org/D11466
More information about the cfe-commits
mailing list