hanchenye-llvm-project/compiler-rt/SDKs/linux
Benjamin Kramer 185f2edd70 Fix the build on 32 bit hosts.
- Add memcpy and memcmp to the stub headers.
- __uint128_t is not available on 32 bit platforms. It's also unused so just
  comment it out for now.

llvm-svn: 153779
2012-03-30 21:37:08 +00:00
..
usr/include Fix the build on 32 bit hosts. 2012-03-30 21:37:08 +00:00
README.txt

README.txt

This is a stub SDK for Linux. Currently, this has only been tested on i386 and
x86_64 using the Clang compiler.