[PATCH] D136546: [clang][unittest] Resolve ClangSupportTest link time errors

Evgeny Shulgin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 23 02:51:08 PDT 2022


Izaron added a comment.

LGTM! I'm sorry that you had to fix CMakeLists.txt. It really "worked on my machine", I was running these commands:

  cmake --build build --target ClangSupportTests # build and link the binary
  ./build/tools/clang/unittests/Support/ClangSupportTests # run the binary


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136546/new/

https://reviews.llvm.org/D136546



More information about the cfe-commits mailing list