Changes in directory llvm/projects/sample/lib/sample:
Makefile updated: 1.8 -> 1.9
sample.c updated: 1.4 -> 1.5
---
Log message:
Make sample project -pedantic clean.
---
Diffs of the changes: (+3 -5)
Makefile |3 ---
sample.c |5 +++--
2 files changed, 3 insertions(+), 5 deletions(
Changes in directory llvm/projects/sample/lib/sample:
Makefile updated: 1.7 -> 1.8
---
Log message:
For PR780: http://llvm.org/PR780 :
1. Change the usage of LOADABLE_MODULE so that it implies all the things
necessary to make a loadable module. This reduces the user's burdern to
get a loa
Changes in directory llvm/projects/sample/lib/sample:
Makefile updated: 1.6 -> 1.7
---
Log message:
For PR786: http://llvm.cs.uiuc.edu/PR786 :
Turn -pedantic and -Wno-long-long compile flags on by default. In a few
places, avoid the warnings by removing these options in the local makefile.
One
Changes in directory llvm/projects/sample/lib/sample:
Makefile updated: 1.5 -> 1.6
---
Log message:
Fixed Makefile so it does, indeed, build a dynamic library.
---
Diffs of the changes: (+2 -1)
Makefile |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/projects/samp