🇬🇧
Styio Developer Manual
English
English
  • Overview
  • Unka's Diary
    • 2024-2025
  • Dev Env
    • Introduction
    • Preparation
      • Windows
      • Linux
      • MacOS
    • LLVM
    • Docker
      • Pull Image
      • Create Container
      • Versions
      • Others
    • Visual Studio Code
    • MSVC
  • Rules
    • 1. Pay only what you need.
  • Milestones
    • Task Board
    • History
    • IF YOU DON'T KNOW WHAT TO DO
  • Possible Optimizations
    • Parse URLs
  • Dark Magic
    • Enable Hyper-V
  • Thinking
    • Add A New AST
    • Decisions
    • Questions
    • Other Questions
    • Value
    • Outcome
Powered by GitBook
On this page
  • Official Guides
  • Kaleidoscope
  • Garbage Collection
  • LLVM Pass
  • Issues
  1. Dev Env

LLVM

PreviousMacOSNextDocker

Last updated 1 year ago

Official Guides

Kaleidoscope

Garbage Collection

LLVM Pass

Issues

Could NOT find ZSTD (missing: ZSTD_LIBRARY ZSTD_INCLUDE_DIR)

sudo apt install -y libzstd-dev libdwarf-dev

FileCheck Not Found

ln /usr/bin/FileCheck-16 /usr/bin/FileCheck

ZLIB Not Found

[cmake] CMake Error at /usr/lib/llvm-18/lib/cmake/llvm/LLVMExports.cmake:73 (set_target_properties):
[cmake]   The link interface of target "LLVMSupport" contains:
[cmake] 
[cmake]     ZLIB::ZLIB
[cmake] 
[cmake]   but the target was not found.  Possible reasons include:
[cmake] 
[cmake]     * There is a typo in the target name.
[cmake]     * A find_package call is missing for an IMPORTED target.
[cmake]     * An ALIAS target is missing.
[cmake] 
[cmake] Call Stack (most recent call first):
[cmake]   /usr/lib/llvm-18/cmake/LLVMConfig.cmake:369 (include)
[cmake]   CMakeLists.txt:25 (find_package)
The LLVM Compiler Infrastructure Project
LLVM Language Reference Manual — LLVM 17.0.0git documentation
Logo
Logo
LLVM Tutorial: Table of Contents — LLVM 18.0.0git documentation
Logo
My First Language Frontend with LLVM Tutorial — LLVM 18.0.0git documentation
Logo
Garbage Collection with LLVM — LLVM 18.0.0git documentation
Writing an LLVM Pass — LLVM 18.0.0git documentation
LLVM’s Analysis and Transform Passes — LLVM 18.0.0git documentation
⚙ D128465 [llvm] add zstd to `llvm::compression` namespace
Bug #1941956 “ZSTD is missing CMake Config file” : Bugs : libzstd package : UbuntuLaunchpad
⚙ D134990 [CMake] Provide Findzstd module
Logo
Logo
Logo
Logo
Logo
Logo