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 <revi...@reviews.llvm.org>
Sent: Wednesday, October 20, 2021 4:10:42 PM
To: python3k...@outlook.com <python3k...@outlook.com>; mizve...@gmail.com 
<mizve...@gmail.com>; blitzrak...@gmail.com <blitzrak...@gmail.com>; 
notst...@gmail.com <notst...@gmail.com>; shen...@google.com 
<shen...@google.com>; rich...@metafoo.co.uk <rich...@metafoo.co.uk>; 
bhuvanendra.kum...@amd.com <bhuvanendra.kum...@amd.com>; mlek...@skidmore.edu 
<mlek...@skidmore.edu>; jlero...@apple.com <jlero...@apple.com>; 
chris.biene...@me.com <chris.biene...@me.com>; aaron.ball...@gmail.com 
<aaron.ball...@gmail.com>
Cc: ale...@google.com <ale...@google.com>; ndesaulni...@google.com 
<ndesaulni...@google.com>; cfe-commits@lists.llvm.org 
<cfe-commits@lists.llvm.org>; david.gr...@arm.com <david.gr...@arm.com>; 
ruiling.s...@amd.com <ruiling.s...@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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to