[PATCH] D138322: [Index] Add various missing USR generation
Ben Langmuir via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 18 14:26:28 PST 2022
benlangmuir accepted this revision.
benlangmuir added a comment.
This revision is now accepted and ready to land.
LGTM once the test failure is fixed
================
Comment at: clang/test/Index/index-builtin-sve.cpp:7
+
+// RUN: c-index-test -index-file %s -target-feature +bf16 -target-feature +sve -std=c++11 | FileCheck %s
----------------
Needs a --target=aarch64 or similar to use sve.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138322/new/
https://reviews.llvm.org/D138322
More information about the cfe-commits
mailing list