[llvm-bugs] [Bug 44223] LLVM CommandLine category registration seems to have initialization order issues (triggers ASAN initialization-order-fiasco)

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Sep 11 15:59:31 PDT 2020


https://bugs.llvm.org/show_bug.cgi?id=44223

Ben Vanik <benvanik at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WONTFIX                     |---
                 CC|                            |benvanik at google.com
             Status|RESOLVED                    |REOPENED

--- Comment #3 from Ben Vanik <benvanik at google.com> ---
Correct; this has nothing to do with MLIR static dialect registration and is
specifically about LLVM's `CommandLineParser::registerCategory` (which is using
static initialization).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200911/abbc1d88/attachment-0001.html>


More information about the llvm-bugs mailing list