[PATCH] D11466: Correct x86_64 Android fp128 mangled name

Eric Christopher echristo at gmail.com
Thu Jul 23 10:58:58 PDT 2015


echristo added inline comments.

================
Comment at: test/CodeGen/long_double_fp128.cpp:1
@@ +1,2 @@
+// RUN: %clang_cc1 -triple x86_64-linux-android -emit-llvm -O -o - %s \
+// RUN:    | FileCheck %s --check-prefix=A64
----------------
rnk wrote:
> I don't think these tests need optimizations (-O).
If they do there's a different problem :)


http://reviews.llvm.org/D11466







More information about the cfe-commits mailing list