Add support for broadcast(), rotate(), and shuffle() stdlib routines
This commit is contained in:
4
Makefile
4
Makefile
@@ -94,9 +94,7 @@ objs/lex.o: objs/lex.cpp $(HEADERS) objs/parse.cc
|
||||
@echo Compiling $<
|
||||
@$(CXX) $(CXXFLAGS) -o $@ -c $<
|
||||
|
||||
$(STDLIB_SRC): stdlib.m4
|
||||
|
||||
objs/stdlib-%.cpp: stdlib-%.ll
|
||||
objs/stdlib-%.cpp: stdlib-%.ll stdlib.m4
|
||||
@echo Creating C++ source from stdlib file $<
|
||||
@m4 stdlib.m4 $< | ./bitcode2cpp.py $< > $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user