[clang] d881319 - Revert "Do not create LLVM IR `constant`s for objects with dynamic initialisation"

2021-05-24 Thread Nico Weber via cfe-commits
Author: Nico Weber Date: 2021-05-24T21:22:07-04:00 New Revision: d881319cc5606baa7668405a296d0960a83a1e4c URL: https://github.com/llvm/llvm-project/commit/d881319cc5606baa7668405a296d0960a83a1e4c DIFF: https://github.com/llvm/llvm-project/commit/d881319cc5606baa7668405a296d0960a83a1e4c.diff LO

[PATCH] D102693: Do not create LLVM IR `constant`s for objects with dynamic initialisation

2021-05-24 Thread Nico Weber via Phabricator via cfe-commits
thakis added a comment. reverted in d881319cc5606baa7668405a296d0960a83a1e4c for now Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102693/new/ https://reviews.llvm.org/D102693

[PATCH] D102995: errorUnsupported should be non-fatal

2021-05-24 Thread MJ via Phabricator via cfe-commits
majiang31312 updated this revision to Diff 347545. majiang31312 set the repository for this revision to rG LLVM Github Monorepo. majiang31312 added a comment. Herald added a project: clang. Herald added a subscriber: cfe-commits. CI failed to patch? Retry with Repository 'rG

[PATCH] D102995: errorUnsupported should be non-fatal

2021-05-24 Thread MJ via Phabricator via cfe-commits
majiang31312 updated this revision to Diff 347546. majiang31312 added a comment. Try Arc Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102995/new/ https://reviews.llvm.org/D102995 Files: clang/test/CodeGen/x86_64-mno-sse.c clang/test/CodeGen/x

[PATCH] D102995: errorUnsupported should be non-fatal

2021-05-24 Thread Craig Topper via Phabricator via cfe-commits
craig.topper added a comment. "fatal" in the comment means don't diagnose any additional errors and immediately stop. We attempt to recover to detect more errors, but the emitted binary code is likely incorrect. I don't think we can just emit a warning. Repository: rG LLVM Github Monorepo C

[clang] a5a3efa - [Sema] Always search the full function scope context if a potential availability violation is encountered

2021-05-24 Thread Logan Smith via cfe-commits
Author: Logan Smith Date: 2021-05-24T21:13:30-07:00 New Revision: a5a3efa82a77ab7a1c9787ef97b547a4a81f2440 URL: https://github.com/llvm/llvm-project/commit/a5a3efa82a77ab7a1c9787ef97b547a4a81f2440 DIFF: https://github.com/llvm/llvm-project/commit/a5a3efa82a77ab7a1c9787ef97b547a4a81f2440.diff L

[PATCH] D102338: [Sema] Always search the full function scope context if a potential availability violation is encountered

2021-05-24 Thread Logan Smith via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGa5a3efa82a77: [Sema] Always search the full function scope context if a potential… (authored by logan-5). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D10233

[PATCH] D103036: [cfe][inline-asm] Support target-specific escaped character in inline asm

2021-05-24 Thread Min-Yih Hsu via Phabricator via cfe-commits
myhsu updated this revision to Diff 347574. myhsu marked 3 inline comments as done. myhsu added a comment. Fix formatting CHANGES SINCE LAST ACTION https://reviews.llvm.org/D103036/new/ https://reviews.llvm.org/D103036 Files: clang/include/clang/Basic/TargetInfo.h clang/lib/AST/Stmt.cpp

[clang] 6685a3f - [cfe] Support target-specific escaped character in inline asm

2021-05-24 Thread Min-Yih Hsu via cfe-commits
Author: Min-Yih Hsu Date: 2021-05-24T21:39:21-07:00 New Revision: 6685a3f3e4c497a3a0fd06aa4e77cb442325d1ba URL: https://github.com/llvm/llvm-project/commit/6685a3f3e4c497a3a0fd06aa4e77cb442325d1ba DIFF: https://github.com/llvm/llvm-project/commit/6685a3f3e4c497a3a0fd06aa4e77cb442325d1ba.diff L

[PATCH] D103036: [cfe][inline-asm] Support target-specific escaped character in inline asm

2021-05-24 Thread Min-Yih Hsu via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG6685a3f3e4c4: [cfe] Support target-specific escaped character in inline asm (authored by myhsu). Repository: rG LLVM Github Monorepo CHANGES SINC

[PATCH] D95425: Implementation of global.get/set for reftypes in LLVM IR

2021-05-24 Thread Thomas Lively via Phabricator via cfe-commits
tlively added a comment. It would be good to add dedicated tests for table.get and table.set as well. Comment at: llvm/lib/CodeGen/MachineOperand.cpp:1174 + } else +OS << ", opaque "; if (getAlign() != getBaseAlign()) pmatos wrote: > tlively wrote: > >

[PATCH] D102614: [index] Add support for type of pointers to class members

2021-05-24 Thread Ella Ma via Phabricator via cfe-commits
OikawaKirie updated this revision to Diff 347581. OikawaKirie added a comment. Update the test case to avoid a crash in the Windows version of the `c-index-test` tool. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102614/new/ https://reviews.llvm.org/D102614 Files: clang/lib/Index/U

<    1   2