[PATCH] D133993: [HLSL] Remove global ctor/dtor variable for non-lib profile.

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 26 16:36:28 PDT 2022


efriedma added a comment.

Why are we using different mechanisms for global constructors in "libraries" vs. other code?  If we need a mechanism in LLVM already, we might as well use it all the time?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133993/new/

https://reviews.llvm.org/D133993



More information about the cfe-commits mailing list