Added LLVM as a submodule

This commit is contained in:
S Gopal Rajagopal 2014-09-15 20:00:34 +05:30
parent 6135b450c2
commit 02d1c9f6d2
661 changed files with 43575 additions and 17 deletions

View file

@ -0,0 +1,5 @@
// This is copied into the build area for a $src != $build compilation.
module LLVM_Support_DataTypes {
header "Support/DataTypes.h"
export *
}