[llvm] 0801216 - [TextAPI][Tests] Add missing link to TargetParser in tests

Cyndy Ishida via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 2 13:35:12 PST 2023


Author: Cyndy Ishida
Date: 2023-12-02T13:34:51-08:00
New Revision: 0801216f6273610c0eb9b3ffcbe525f0de4215bf

URL: https://github.com/llvm/llvm-project/commit/0801216f6273610c0eb9b3ffcbe525f0de4215bf
DIFF: https://github.com/llvm/llvm-project/commit/0801216f6273610c0eb9b3ffcbe525f0de4215bf.diff

LOG: [TextAPI][Tests] Add missing link to TargetParser in tests

* Caught in buildbot error

Added: 
    

Modified: 
    llvm/unittests/TextAPI/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/unittests/TextAPI/CMakeLists.txt b/llvm/unittests/TextAPI/CMakeLists.txt
index f34eaa2cb5ef6..cf37b26e84416 100644
--- a/llvm/unittests/TextAPI/CMakeLists.txt
+++ b/llvm/unittests/TextAPI/CMakeLists.txt
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  TargetParser
   TextAPI
   )
 


        


More information about the llvm-commits mailing list