aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend_general.cpp
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2022-04-24 19:53:36 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2022-04-24 19:53:36 +0200
commit63331ef731209ec8db65d7f26bdbebdf9459107d (patch)
tree5821f52c432a07d374fddc4b89d8a466833b3734 /src/llvm_backend_general.cpp
parenta40a53b10447c9223c24cccf565a95f1773d3922 (diff)
Revert "Merge pull request #1702 from Kelimion/filename_generation"
This reverts commit a40a53b10447c9223c24cccf565a95f1773d3922, reversing changes made to 5422a3b17eae821df4adf869960995e922eb0e76.
Diffstat (limited to 'src/llvm_backend_general.cpp')
-rw-r--r--src/llvm_backend_general.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/llvm_backend_general.cpp b/src/llvm_backend_general.cpp
index 1a431a4ac..330059622 100644
--- a/src/llvm_backend_general.cpp
+++ b/src/llvm_backend_general.cpp
@@ -87,6 +87,7 @@ bool lb_init_generator(lbGenerator *gen, Checker *c) {
return false;
}
+
String init_fullpath = c->parser->init_fullpath;
if (build_context.out_filepath.len == 0) {