remove dependency on CMake and python

This commit is contained in:
Peter Tissen 2014-10-26 17:19:48 +01:00
parent 7258ddc318
commit 1af2f5b214
105 changed files with 14604 additions and 9 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 *
}