[all-commits] [llvm/llvm-project] d34a91: [clangd][test] Provide registered targets to lit t...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Sat Apr 11 13:06:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d34a91a10f7a25e3046f2d74df830a77ef81aebb
https://github.com/llvm/llvm-project/commit/d34a91a10f7a25e3046f2d74df830a77ef81aebb
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M clang-tools-extra/clangd/test/lit.cfg.py
Log Message:
-----------
[clangd][test] Provide registered targets to lit tests
Summary:
We had tests in clangd (target_info.test) that got enabled only on
systems that know about x86. But they were always disabled as clangd lit config
never registered those targets.
This patch adds those targets as `$TARGET$-registered-target`
Reviewers: sammccall
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D77944
More information about the All-commits
mailing list