[PATCH] [compiler-rt][builtins][MIPS] Add test-cases for mips16 wrappers for float arithmetic, comparison & conversion
Alexey Samsonov
vonosmas at gmail.com
Thu Sep 25 10:45:25 PDT 2014
================
Comment at: test/builtins/Unit/mips/mips16_cmpdf2_test.c:18
@@ +17,3 @@
+
+// RUN: %clang_builtins -mips16 -g %s -o %t && %run %t
+
----------------
farazs wrote:
> samsonov wrote:
> > Who defines this substitution?
> No one yet! I am hoping %clang_builtins would be defined by the test-framework, whenever the builtins testsuite is ported to LIT. That line is just a placeholder for now.
Well, I'd rather not commit the test cases until they can actually be run. Defining this and providing lit-config substitution shouldn't be hard.
http://reviews.llvm.org/D4453
More information about the llvm-commits
mailing list