[llvm] 96d4121 - [llvm-cgdata] Remove `GENERATE_DRIVER` option (#100066)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 23 01:06:40 PDT 2024


Author: Petr Hosek
Date: 2024-07-23T01:06:37-07:00
New Revision: 96d412135395a251f2931b8fca4dd8150aeed9ba

URL: https://github.com/llvm/llvm-project/commit/96d412135395a251f2931b8fca4dd8150aeed9ba
DIFF: https://github.com/llvm/llvm-project/commit/96d412135395a251f2931b8fca4dd8150aeed9ba.diff

LOG: [llvm-cgdata] Remove `GENERATE_DRIVER` option (#100066)

This tool shouldn't be used in the driver build until it is converted to
use `OptTable` for option parsing, otherwise the `cl::opt` options might
conflict with options in other tools resulting in link failures.

Added: 
    

Modified: 
    llvm/tools/llvm-cgdata/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/tools/llvm-cgdata/CMakeLists.txt b/llvm/tools/llvm-cgdata/CMakeLists.txt
index 4f1f7ff635bc3..966384278b9ab 100644
--- a/llvm/tools/llvm-cgdata/CMakeLists.txt
+++ b/llvm/tools/llvm-cgdata/CMakeLists.txt
@@ -11,5 +11,4 @@ add_llvm_tool(llvm-cgdata
 
   DEPENDS
   intrinsics_gen
-  GENERATE_DRIVER
   )


        


More information about the llvm-commits mailing list