configure.ac: drop -Wl,--no-keep-files-mapped from llvm-config --cxxflags output
[pet.git] / get_submodules.sh
bloba763a6fbd64725ed2f282b6a39a7c09507a0932c
1 #!/bin/sh
2 git submodule init
3 git submodule update
4 (cd isl; git submodule init imath; git submodule update imath)