Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clang] Remove unused lambda capture (NFC)
/llvm-project/clang/lib/Basic/Targets/X86.cpp:1368:23: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture] auto getPriority = [this](StringRef Feature) -> unsigned { ^~~~ 1 error generated.
- Loading branch information