Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 873 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 873 Bytes

salt-llvm-patches

Minimal repository to be used as a submodule containing llvm CMake patches for SALT. These patches must be applied to the installed LLVM Cmake files unless a full installation of LLVM and Clang is present. If a full installation of LLVM and/or Clang is not present, configuring SALT with CMake will throw an error because there are missing LLVM/Clang components.

This repository is intended to be used as a git submodule to share the definition of the patches to the installed LLVM Cmake files required by the SALT project. The containerized SALT development environment needs to apply these patches as well, however their definitions are more tightly tied to the SALT project itself.