Skip to content

Commit

Permalink
use c_evaluator.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Mar 26, 2024
1 parent 22ebd03 commit 206a3da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/environment.yml
environment-file: environment_unix.yml

- uses: hendrikmuhs/ccache-action@main
with:
Expand Down
16 changes: 0 additions & 16 deletions ci/environment.yml

This file was deleted.

4 changes: 2 additions & 2 deletions src/libasr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ set(SRC
)
if (WITH_LLVM)
set(SRC ${SRC}
codegen/evaluator.cpp
codegen/c_evaluator.cpp
codegen/asr_to_llvm.cpp
codegen/llvm_array_utils.cpp
codegen/llvm_utils.cpp
)
# We use deprecated API in LLVM, so we disable the warning until we upgrade
if (NOT MSVC)
set_source_files_properties(codegen/evaluator.cpp PROPERTIES
set_source_files_properties(codegen/c_evaluator.cpp PROPERTIES
COMPILE_FLAGS -Wno-deprecated-declarations)
set_source_files_properties(codegen/asr_to_llvm.cpp PROPERTIES
COMPILE_FLAGS -Wno-deprecated-declarations)
Expand Down

0 comments on commit 206a3da

Please sign in to comment.