Skip to content

Commit 543f28c

Browse files
petrhosekyuxuanchen1997
authored andcommitted
[llvm-cgdata] Remove GENERATE_DRIVER option (#100066)
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
1 parent 6b5a96d commit 543f28c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/tools/llvm-cgdata/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ add_llvm_tool(llvm-cgdata
1111

1212
DEPENDS
1313
intrinsics_gen
14-
GENERATE_DRIVER
1514
)

0 commit comments

Comments
 (0)