[all-commits] [llvm/llvm-project] 96d412: [llvm-cgdata] Remove `GENERATE_DRIVER` option (#10...

Petr Hosek via All-commits all-commits at lists.llvm.org
Tue Jul 23 01:07:00 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 96d412135395a251f2931b8fca4dd8150aeed9ba
      https://github.com/llvm/llvm-project/commit/96d412135395a251f2931b8fca4dd8150aeed9ba
  Author: Petr Hosek <phosek at google.com>
  Date:   2024-07-23 (Tue, 23 Jul 2024)

  Changed paths:
    M llvm/tools/llvm-cgdata/CMakeLists.txt

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list