Skip to content

Supporting latest LLVM version #45

Closed
@mtsokol

Description

@mtsokol

Hi! Thank you so much for this tutorial!
It's a great explanation for multitude of different compiler/MLIR concepts in one place.

FYI I'm using a separate LLVM build, which is the latest LLVM version, changing:

-include_directories(${PROJECT_SOURCE_DIR}/externals/llvm-project)
+include_directories("/path/to/llvm-project-main/")

FYI the only part that required updating was:

-    mlir-cpu-runner
+    mlir-runner

in tests/CMakeLists.txt as it changed recently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions