mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Update to match the reality that is now.
llvm-svn: 6362
This commit is contained in:
parent
4931c59635
commit
f08e569e7d
@ -2,10 +2,5 @@ LEVEL = ../../..
|
|||||||
|
|
||||||
LIBNAME = instr
|
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
|
include ../Makefile.libs
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/*===---------------------------------------------------------------------=====
|
/*===---------------------------------------------------------------------=====
|
||||||
* HASH FUNCTIONS
|
* HASH FUNCTIONS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user