[TargetVersion] Only enable on RISC-V and AArch64 (#115991)
[llvm-project.git] / clang / tools / apinotes-test / CMakeLists.txt
blob82c3b7bcb6483ffbce9050140a8fed8fb84a36f1
1 set(LLVM_LINK_COMPONENTS
2   Support)
3 add_clang_executable(apinotes-test
4   APINotesTest.cpp
5   )
6 clang_target_link_libraries(apinotes-test PRIVATE
7   clangAPINotes)