[all-commits] [llvm/llvm-project] c1afed: [Clang][HIP] Remove 'clangPostLink' from SDL handl...

Joseph Huber via All-commits all-commits at lists.llvm.org
Tue Sep 26 09:27:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c1afed9f48c2d4ebb21ac1672948e82d23c69174
      https://github.com/llvm/llvm-project/commit/c1afed9f48c2d4ebb21ac1672948e82d23c69174
  Author: Joseph Huber <35342157+jhuber6 at users.noreply.github.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.h
    M clang/lib/Driver/ToolChains/HIPAMD.cpp

  Log Message:
  -----------
  [Clang][HIP] Remove 'clangPostLink' from SDL handling (#67366)

Summary:
This feature is not needed anymore and is replaced by different
implementations. The code guarded by this flag also causes us to emit an
invalid argument to `-mlink-builtin-bitcode` that will cause errors if
ever actually executed. Remove this feature.




More information about the All-commits mailing list