[all-commits] [llvm/llvm-project] 0a3d94: [libc][cmake] Make `add_tablegen` calls match others

John Ericson via All-commits all-commits at lists.llvm.org
Mon Jan 24 10:36:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a3d946e7bb4cd3519370c879dac7cbb58d13a55
      https://github.com/llvm/llvm-project/commit/0a3d946e7bb4cd3519370c879dac7cbb58d13a55
  Author: John Ericson <John.Ericson at Obsidian.Systems>
  Date:   2022-01-24 (Mon, 24 Jan 2022)

  Changed paths:
    M libc/utils/HdrGen/PrototypeTestGen/CMakeLists.txt
    M libc/utils/tools/WrapperGen/CMakeLists.txt

  Log Message:
  -----------
  [libc][cmake] Make `add_tablegen` calls match others

in all the other `add_tablegen` calls, the project name is so transformed so it
can be a prefix of a CMake variable. I think it is better to do do that here
too for consistency.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D117979




More information about the All-commits mailing list