Coder Social home page Coder Social logo

Build report ArchLinux about oberon-lang HOT 4 OPEN

tenko avatar tenko commented on July 24, 2024 1
Build report ArchLinux

from oberon-lang.

Comments (4)

JohannBo avatar JohannBo commented on July 24, 2024

The llvm_map_components_to_libnames function seems to be deprecated. The changes in src/CMakeLists.txt can be made more robust like this:

-    llvm_map_components_to_libnames(llvm_libs core executionengine jitlink orcjit nativecodegen support passes ${LLVM_TARGETS_TO_BUILD})
+    execute_process(COMMAND llvm-config --libs core executionengine jitlink orcjit nativecodegen support passes ${LLVM_TARGETS_TO_BUILD} OUTPUT_VARIABLE llvm_libs)
+    string(STRIP ${llvm_libs} llvm_libs)

This should workβ„’ on all systems. However, I have only tested it on Archlinux.

from oberon-lang.

zaskar9 avatar zaskar9 commented on July 24, 2024

The llvm_map_components_to_libnames function seems to be deprecated.

Citation needed!

Otherwise, this looks like a platform independent solution! Thanks, @JohannBo!

from oberon-lang.

zaskar9 avatar zaskar9 commented on July 24, 2024

Output summary from make test:

 Failed Tests (4):
   Oberon :: codegen/arithmetic_12.mod
   Oberon :: codegen/array_5.mod
   Oberon :: codegen/case_1.mod
   Oberon :: codegen/loop_2.mod
 
 Unexpectedly Passed Tests (7):
   Oberon :: codegen/arithmetic_11.mod
   Oberon :: codegen/arithmetic_15.mod
   Oberon :: codegen/arithmetic_3.mod
   Oberon :: codegen/arithmetic_5.mod
   Oberon :: codegen/arithmetic_6.mod
   Oberon :: codegen/arithmetic_9.mod
   Oberon :: codegen/procedure_4.mod

 Total Discovered Tests: 92
   Unsupported        :  2 (2.17%)
   Passed             : 70 (76.09%)
   Expectedly Failed  :  9 (9.78%)
   Failed             :  4 (4.35%)
   Unexpectedly Passed:  7 (7.61%)

Just to confirm: this is the expected (current) outcome of the unit tests on an x86_64 platform.

from oberon-lang.

JohannBo avatar JohannBo commented on July 24, 2024

The llvm_map_components_to_libnames function seems to be deprecated.

Citation needed!

Good point. I read it here, but without further source.

However, I found an old report for a bug which might be the cause of this issue.

from oberon-lang.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.