~ryan-rmarcus/pocl/pocl

« back to all changes in this revision

Viewing changes to lib/kernel/Makefile.am

  • Committer: Carlos Sánchez de La Lama
  • Date: 2011-12-16 19:22:28 UTC
  • mfrom: (101.1.11 pocl.parallelregion)
  • Revision ID: carlos.delalama@urjc.es-20111216192228-q04bggvsavdpb2nm
Merge.
Correct handling of barriered for loops with PHI nodes.
Bug #900379 fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
.c.o:
40
40
        $(CLANG) $(AM_CPPFLAGS) $(CLANGFLAGS) -c -emit-llvm -I$(top_builddir) -include $(top_srcdir)/include/types.h -o $@ $<
41
41
 
42
 
.ll.o:
 
42
barrier.o: barrier.ll
43
43
        $(LLVM_AS) -o $@ $<
44
44
 
45
45
# TODO: This misses the dependency on the device-specific include files