mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
225132d711
This reverts commit the revert commit r277627. The build errors mentioned in r277627 were likely caused by an unclean build directory. Sorry for the noise. llvm-svn: 277630
11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
!<arch>
|
|
hello.c 1444941273 124 0 Feed 102 `
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
int
|
|
main()
|
|
{
|
|
printf("Hello World\n");
|
|
return EXIT_SUCCESS;
|
|
}
|