| author | |
| committer | |
| log | 197fd41e27647d846b6e6bf6197bad0ab14634ae |
| tree | 4ee9f0109cf9b00e5a145f6d98fa0d1243aa283f |
| parent | 0f2489d8fc314c67bec7d77832cb6ba773f48738 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/MachO.zig+1-1| ... | ... | @@ -251,7 +251,7 @@ pub fn createEmpty(gpa: Allocator, options: link.Options) !*MachO { |
| 251 | 251 | .incremental, |
| 252 | 252 | }; |
| 253 | 253 | |
| 254 | if (options.use_llvm) { | |
| 254 | if (options.use_llvm and options.module != null) { | |
| 255 | 255 | self.llvm_object = try LlvmObject.create(gpa, options); |
| 256 | 256 | } |
| 257 | 257 |