Remove duplicate copy of int_lib.h, and update test script to find copy inside lib/.

Also, fix some brokenness in the test script w.r.t REMOTE.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@85260 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/int_lib.h b/lib/int_lib.h
index 2df7444..f37d500 100644
--- a/lib/int_lib.h
+++ b/lib/int_lib.h
@@ -1,4 +1,4 @@
-/* ===-- int_lib.h - configuration header for libgcc replacement -----------===
+/* ===-- int_lib.h - configuration header for compiler-rt  -----------------===
  *
  *                     The LLVM Compiler Infrastructure
  *
@@ -7,7 +7,7 @@
  *
  * ===----------------------------------------------------------------------===
  *
- * This file is a configuration header for libgcc replacement.
+ * This file is a configuration header for compiler-rt.
  * This file is not part of the interface of this library.
  *
  * ===----------------------------------------------------------------------===
@@ -98,6 +98,20 @@
     }s;
 } utwords;
 
+static inline ti_int make_ti(di_int h, di_int l) {
+    twords r;
+    r.s.high = h;
+    r.s.low = l;
+    return r.all;
+}
+
+static inline tu_int make_tu(du_int h, du_int l) {
+    utwords r;
+    r.s.high = h;
+    r.s.low = l;
+    return r.all;
+}
+
 #endif /* __x86_64 */
 
 typedef union