]> granicus.if.org Git - llvm/commitdiff
Update to match the reality that is now.
authorChris Lattner <sabre@nondot.org>
Tue, 27 May 2003 21:43:14 +0000 (21:43 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 May 2003 21:43:14 +0000 (21:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6362 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/libtrace/Makefile
runtime/libtrace/tracelib.c

index 7e3012e76a5bbcabb4f4b80345bf39d33dea25d8..d9d311bcd85502254bd5dd098dfcd954c763bc46 100644 (file)
@@ -2,10 +2,5 @@ LEVEL = ../../..
 
 LIBNAME = instr
 
-# We use assert and memset here... and we are linked into the program AFTER final
-# link.  Because of this, we have to play funny games here. :(
-LDFLAGS = /home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/libgcc.bc \
-          /home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/libc.bc
-
 include ../Makefile.libs
 
index aa4e603c11ceb2f5a5249e3d0d63831764c6e43b..9fe5a7dd25c7d35618cbfe5226b7bf24ef9798ce 100644 (file)
@@ -10,7 +10,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-
+#include <stdint.h>
 
 /*===---------------------------------------------------------------------=====
  * HASH FUNCTIONS