Skip to content

Commit b075dad

Browse files
authored
Add missing link component for Frontend offloading test (#151796)
This change fixes one of the failures in #147321 /usr/bin/ld: unittests/Frontend/CMakeFiles/LLVMFrontendTests.dir/PropertySetRegistryTest.cpp.o: undefined reference to symbol '_ZN4llvm10offloading21writePropertiesToJSONERKSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES1_IS7_St7variantIJjNS_11SmallVectorIhLj0EEEEESt4lessIS7_ESaISt4pairIKS7_SB_EEESD_SaISE_ISF_SI_EEERNS_11raw_ostreamE' Need to add a missing LLVM link component in CMakeLists.txt. Thanks Signed-off-by: Arvind Sudarsanam <[email protected]>
1 parent de7ee88 commit b075dad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/unittests/Frontend/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
22
Analysis
33
Core
44
FrontendHLSL
5+
FrontendOffloading
56
FrontendOpenACC
67
FrontendOpenMP
78
Passes

0 commit comments

Comments
 (0)