Integrate linker code with the new LLVM API backend

This commit is contained in:
gingerBill
2020-03-08 17:44:08 +00:00
parent 28502ba53b
commit dae817e5ab
4 changed files with 338 additions and 8 deletions
+1
View File
@@ -90,6 +90,7 @@ struct lbGenerator {
lbModule module;
CheckerInfo *info;
Array<String> output_object_paths;
String output_base;
String output_name;
};