Skip to content

Commit

Permalink
[llvm-cgdata] Remove GENERATE_DRIVER option (#100066)
Browse files Browse the repository at this point in the history
Summary:
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.

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D60251222
  • Loading branch information
petrhosek authored and yuxuanchen1997 committed Jul 25, 2024
1 parent 6b5a96d commit 543f28c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/tools/llvm-cgdata/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ add_llvm_tool(llvm-cgdata

DEPENDS
intrinsics_gen
GENERATE_DRIVER
)

0 comments on commit 543f28c

Please sign in to comment.