OSDN Git Service

[cmake] Update experimental target error message
authorDon Hinton <hintonda@gmail.com>
Mon, 18 Dec 2017 19:15:15 +0000 (19:15 +0000)
committerDon Hinton <hintonda@gmail.com>
Mon, 18 Dec 2017 19:15:15 +0000 (19:15 +0000)
commitd33f76cc205bea1c577bed741b6b857f38a14eb6
tree236540d1a63e576f6d3174ed49cf72dbe21a8bb2
parenta6d921ec5bff51da7c7f95340777b4ce75d7f840
[cmake] Update experimental target error message

Summary:
Update this error message indicate this test only ensures experimental
targets were passed via LLVM_EXPERIMENTAL_TARGETS_TO_BUILD.

Originally, this test validated all targets, but in r184923, it was moved
after the LLVMBUILDTOOL test, which also validates all targets, making
that part of the test redundant.

Differential Revision: https://reviews.llvm.org/D41273

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321012 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt