This is an archive of the discontinued LLVM Phabricator instance.

[Docs] Fix llvm unittests target
AbandonedPublic

Authored by aeubanks on Jun 22 2020, 1:04 PM.

Details

Reviewers
mehdi_amini
Summary

Not sure where check-llvm-unit came from, the proper target is
UnitTests, as defined in llvm/unittests/CMakeLists.txt.

Diff Detail

Event Timeline

aeubanks created this revision.Jun 22 2020, 1:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2020, 1:04 PM
aeubanks planned changes to this revision.Jun 22 2020, 1:09 PM

Actually this only builds the tests, will look further.

aeubanks abandoned this revision.Jun 22 2020, 1:11 PM

Welp actually I was getting confused between the gn build and the CMake build, check-llvm-unit does indeed work, sorry for the noise