[RISCV] Remove unused isSEWAware, NFC (#67411)
[llvm-project.git] / bolt / unittests / Profile / CMakeLists.txt
blobe0aa0926b49c0341e06e5b8e5ef74cc794faf97c
1 add_bolt_unittest(ProfileTests
2   DataAggregator.cpp
4   DISABLE_LLVM_LINK_LLVM_DYLIB
5   )
7 target_link_libraries(ProfileTests
8   PRIVATE
9   LLVMBOLTProfile
10   )