[PATCH] D30872: [Builtin][AArch64] Fix build errors of test cases
    Weiming Zhao via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar 13 17:56:22 PDT 2017
    
    
  
This revision was automatically updated to reflect the committed changes.
Closed by commit rL297697: [Builtin][AArch64] Fix build errors of test cases (authored by weimingz).
Changed prior to commit:
  https://reviews.llvm.org/D30872?vs=91491&id=91651#toc
Repository:
  rL LLVM
https://reviews.llvm.org/D30872
Files:
  compiler-rt/trunk/test/builtins/Unit/multf3_test.c
  compiler-rt/trunk/test/builtins/Unit/subtf3_test.c
Index: compiler-rt/trunk/test/builtins/Unit/multf3_test.c
===================================================================
--- compiler-rt/trunk/test/builtins/Unit/multf3_test.c
+++ compiler-rt/trunk/test/builtins/Unit/multf3_test.c
@@ -15,6 +15,7 @@
 
 #if __LDBL_MANT_DIG__ == 113
 
+#include "int_lib.h"
 #include "fp_test.h"
 
 // Returns: a * b
Index: compiler-rt/trunk/test/builtins/Unit/subtf3_test.c
===================================================================
--- compiler-rt/trunk/test/builtins/Unit/subtf3_test.c
+++ compiler-rt/trunk/test/builtins/Unit/subtf3_test.c
@@ -15,6 +15,7 @@
 
 #if __LDBL_MANT_DIG__ == 113
 
+#include "int_lib.h"
 #include "fp_test.h"
 
 // Returns: a - b
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30872.91651.patch
Type: text/x-patch
Size: 706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170314/49339b1d/attachment.bin>
    
    
More information about the llvm-commits
mailing list