Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support
-Xclang -no-opaque-pointers
in clang
Some projects, such as chromium, have recently been using `-Xclang -no-opaque-pointers` [1] to deal with the issue of changing opaque pointers in llvm[2], but the current sccache cannot handle that flag. This patch is to teach sccache to parse those flags so that it can solve issues like [3]. [1] https://chromium-review.googlesource.com/c/chromium/src/+/3584317 [2] https://llvm.org/docs/OpaquePointers.html [3] denoland/rusty_v8#971
- Loading branch information