Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of the Old Backend #914

Merged
merged 24 commits into from
Apr 26, 2021
Merged

Removal of the Old Backend #914

merged 24 commits into from
Apr 26, 2021

Conversation

gingerBill
Copy link
Member

@gingerBill gingerBill commented Apr 25, 2021

Total removal of the old backend in favour of the backend using the integrated LLVM C API.

@gingerBill gingerBill marked this pull request as ready for review April 25, 2021 20:53
@gingerBill gingerBill linked an issue Apr 25, 2021 that may be closed by this pull request
Copy link
Member

@ThisDevDane ThisDevDane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mainly only looked at the CI-related stuff

.github/workflows/ci.yml Show resolved Hide resolved
build.bat Outdated Show resolved Hide resolved
src/build_settings.cpp Outdated Show resolved Hide resolved
@@ -1194,7 +1184,8 @@ bool parse_build_flags(Array<String> args) {
break;

case BuildFlag_UseLLVMApi:
build_context.use_llvm_api = true;
gb_printf_err("-llvm-api flag is not required any more\n");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why error out on the flag specifically? I don't remember Odin yelling at you about unknown flags?

src/main.cpp Show resolved Hide resolved
src/main.cpp Outdated Show resolved Hide resolved
src/main.cpp Show resolved Hide resolved
@gingerBill gingerBill merged commit 53c7e65 into master Apr 26, 2021
@gingerBill gingerBill deleted the old-backend-removal branch November 19, 2021 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants