[all-commits] [llvm/llvm-project] 242148: [libc] Fix `nvptx_options` variable not being rese...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Apr 19 13:28:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 24214832fd433a901c2296088bf23b7bc86c6a96
      https://github.com/llvm/llvm-project/commit/24214832fd433a901c2296088bf23b7bc86c6a96
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-04-19 (Wed, 19 Apr 2023)

  Changed paths:
    M libc/cmake/modules/LLVMLibCObjectRules.cmake

  Log Message:
  -----------
  [libc] Fix `nvptx_options` variable not being reset in CMake

Summary:
This variable was not being reset, which caused the options to be
compounded when building multiple architectures. This was very
problematic as the architectures are not compatible.




More information about the All-commits mailing list