[PATCH] D11466: Correct x86_64 Android fp128 mangled name

Reid Kleckner rnk at google.com
Thu Jul 23 10:56:21 PDT 2015


rnk added a comment.

Thanks, this seems almost done. Sorry for missing the -O on the first round.


================
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
----------------
I don't think these tests need optimizations (-O).


http://reviews.llvm.org/D11466







More information about the cfe-commits mailing list