diff options
| author | gingerBill <bill@gingerbill.org> | 2020-03-08 17:44:08 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-03-08 17:44:08 +0000 |
| commit | dae817e5ab786180ebcd284fb27195db5ae5ec00 (patch) | |
| tree | 5986d92c1d03d465a348c8a50da42c811f1c86d5 /src/llvm_backend.hpp | |
| parent | 28502ba53b32a0e5eb9aa7d8c41424fa090ff7ef (diff) | |
Integrate linker code with the new LLVM API backend
Diffstat (limited to 'src/llvm_backend.hpp')
| -rw-r--r-- | src/llvm_backend.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/llvm_backend.hpp b/src/llvm_backend.hpp index 3a532f195..d99babce7 100644 --- a/src/llvm_backend.hpp +++ b/src/llvm_backend.hpp @@ -90,6 +90,7 @@ struct lbGenerator { lbModule module; CheckerInfo *info; + Array<String> output_object_paths; String output_base; String output_name; }; |