[PATCH] D111109: AddGlobalAnnotations for function with or without function body.

stan li via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 20 23:49:18 PDT 2021


Hi Alex,
I tried compile your repro on Windows with
clang -S
But it didn’t crash.

Could you share the command line and environment to repro the crash?

Thanks
Xiang

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows

________________________________
From: Alexander Kornienko via Phabricator <reviews at reviews.llvm.org>
Sent: Wednesday, October 20, 2021 4:10:42 PM
To: python3kgae at outlook.com <python3kgae at outlook.com>; mizvekov at gmail.com <mizvekov at gmail.com>; blitzrakete at gmail.com <blitzrakete at gmail.com>; notstina at gmail.com <notstina at gmail.com>; shenhan at google.com <shenhan at google.com>; richard at metafoo.co.uk <richard at metafoo.co.uk>; bhuvanendra.kumarn at amd.com <bhuvanendra.kumarn at amd.com>; mlekena at skidmore.edu <mlekena at skidmore.edu>; jlerouge at apple.com <jlerouge at apple.com>; chris.bieneman at me.com <chris.bieneman at me.com>; aaron.ballman at gmail.com <aaron.ballman at gmail.com>
Cc: alexfh at google.com <alexfh at google.com>; ndesaulniers at google.com <ndesaulniers at google.com>; cfe-commits at lists.llvm.org <cfe-commits at lists.llvm.org>; david.green at arm.com <david.green at arm.com>; ruiling.song at amd.com <ruiling.song at amd.com>
Subject: [PATCH] D111109: AddGlobalAnnotations for function with or without function body.

alexfh added a comment.

Reduced the test further to:

  struct k {
    ~k() __attribute__((annotate(""))) {}
  };
  void m() { k(); }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111109

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211021/4fdfe26a/attachment.html>


More information about the cfe-commits mailing list