1*53d1339bSjoerg// This is copied into the build area for a $src != $build compilation. 2*53d1339bSjoergmodule LLVM_Support_DataTypes { 3*53d1339bSjoerg header "Support/DataTypes.h" 4*53d1339bSjoerg export * 5*53d1339bSjoerg} 6*53d1339bSjoergmodule LLVM_Config_ABI_Breaking { 7*53d1339bSjoerg header "Config/abi-breaking.h" 8*53d1339bSjoerg export * 9*53d1339bSjoerg} 10*53d1339bSjoergmodule LLVM_Config_Config { 11*53d1339bSjoerg header "Config/llvm-config.h" 12*53d1339bSjoerg export * 13*53d1339bSjoerg} 14