-
### Description
SourceKit-LSP does not search in the relative path provided by the clangd config file's CompilationDatabase configuration.
https://clangd.llvm.org/config#compilationdatabase
Exa…
-
Currently `@rules_cc//cc/toolchains/actions:compile_actions` doesn't contain `@rules_cc//cc/toolchains/actions:objc_compile`. If I want to define a toolchain that supports `objc_compile`, I would expe…
keith updated
2 months ago
-
We won't want to start moving on this for a couple more weeks, but this is an issue to track and discuss toolchain updates that we may want to explore this summer.
- [x] Ubuntu 20.04 LTS: this will…
-
```
(base) root@88d591aaa016:/data1/zzx/ara/apps# make bin/hello_world
cd hello_world && if [ -d script ]; then python3 script/gen_data.py > data.S ; else touch data.S; fi
/data1/zzx/ara/install/r…
-
OS: Android 14, Pixel 8, Google
Source: https://github.com/beac0n/slint-debug
`x doctor` output:
```
> $ x doctor …
-
Currently, the pre-packaged toolchain does not work on all systems, for instance @cdleary has to remove it to compile xls locally on his machine:
* https://github.com/google/xls/commit/76d4ad5524d…
-
### What is your question?
Hi all,
In light of [this thread](https://github.com/conan-io/conan-center-index/issues/24915#issuecomment-2363556309) I've configured my Android profile as follows:
…
-
### 你在什么场景下需要该功能?
windows下使用libcxx时,拉取预编译二进制会很方便,xrepo中自带的llvm-mingw使用时需要切换到mingw平台,不能使用msstl,该预编译包含libcxx的同时可以使用msstl。
### 描述可能的解决方案
该包为预编译包,集成较为简单:
https://github.com/trcrsired/llvm-releases.git…
-
I ran `cargo +nightly afl config --build --plugins` successfully in order to use AFL++'s instrumentation passes. When I run `cargo afl build`, I get the following error:
```
error: failed to run LLV…
-
### Description
_No response_
### Reproduction
```swift
// %target-swift-frontend -O -module-name reduced -o %t -primary-file %s
protocol P {}
enum E {
case c(any P)
var d: [String:S…