-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Compile clang/llvm from sources #66493
Copy link
Copy link
Closed
Labels
buildcomp-ci-infrastructureCI/CD pipelines (GitHub Actions, CI scripts, runners).CI/CD pipelines (GitHub Actions, CI scripts, runners).not plannedKnown issue, no plans to fix it currenltyKnown issue, no plans to fix it currenlty
Description
There are multiple reasons to do this:
- unable to pin compiler to specific version, since apt.llvm.org contains only latest minor version for each major
--targetmismatch - if--targetdoes not matchLLVM_DEFAULT_TARGET_TRIPLEthen clang will not find runtime sanitizers libraries (but right now there is a workaround in docker build images)- patching
Refs:
- [RFC] [clang][Toolchain] Treat "pc"/"unknown" vendor interchangeable llvm/llvm-project#97802
- Sanitizers builds are broken #66049
Cc: @alesapin
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buildcomp-ci-infrastructureCI/CD pipelines (GitHub Actions, CI scripts, runners).CI/CD pipelines (GitHub Actions, CI scripts, runners).not plannedKnown issue, no plans to fix it currenltyKnown issue, no plans to fix it currenlty