[clang] 0f98e6e - [clang][tooling] Link LLVMOption to ToolingTests

Jan Svoboda via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 27 02:48:52 PDT 2021


Author: Jan Svoboda
Date: 2021-07-27T11:48:44+02:00
New Revision: 0f98e6e87558b34cb00e2a043d471cb71466783a

URL: https://github.com/llvm/llvm-project/commit/0f98e6e87558b34cb00e2a043d471cb71466783a
DIFF: https://github.com/llvm/llvm-project/commit/0f98e6e87558b34cb00e2a043d471cb71466783a.diff

LOG: [clang][tooling] Link LLVMOption to ToolingTests

This fixes a build failure introduced in 11ee699b3c812ebe56ce5d3b14ab7ef16c1e8495.

Added: 
    

Modified: 
    clang/unittests/Tooling/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/clang/unittests/Tooling/CMakeLists.txt b/clang/unittests/Tooling/CMakeLists.txt
index 001d02636fa1..27b5e30f76ba 100644
--- a/clang/unittests/Tooling/CMakeLists.txt
+++ b/clang/unittests/Tooling/CMakeLists.txt
@@ -1,5 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
+  Option
   FrontendOpenMP
   Support
   )


        


More information about the cfe-commits mailing list