MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.
> [clang] Allow disassembly of multi-module bitcode files
The subject confused me as I did not recognize what disassembly means :)
> Clang currently exits with an error message i
efriedma added inline comments.
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:3460
+ } else if (EffectiveTriple.isArm() || EffectiveTriple.isThumb()) {
+CmdArgs.push_back("-mstack-probe-size=1024");
+ }
Why 1024?
Comment at: llvm/lib/
balazske added a comment.
The goal is to have a message always in `ASTImportError`? Then probably the
constructor without message can be removed, at least to check if really the
message is added at all places. I found that it is missing in
`VisitObjCImplementationDecl`.
I do not know what happe
Author: Martin Braenne
Date: 2023-07-11T06:32:08Z
New Revision: e53da3eab42e6efd448c1c60c14668e1eb3d907c
URL:
https://github.com/llvm/llvm-project/commit/e53da3eab42e6efd448c1c60c14668e1eb3d907c
DIFF:
https://github.com/llvm/llvm-project/commit/e53da3eab42e6efd448c1c60c14668e1eb3d907c.diff
LOG
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe53da3eab42e: [clang][dataflow][NFC] Expand a comment.
(authored by mboehme).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
htt
MaskRay created this revision.
MaskRay added reviewers: ormris, efriedma, rjmccall, aaron.ballman.
Herald added subscribers: steven_wu, hiraditya.
Herald added a project: All.
MaskRay requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
When usi
voertler added a comment.
We stumbled upon this issue too. What is needed to pull in this patch?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78038/new/
https://reviews.llvm.org/D78038
___
cfe-commits m
nridge added a reviewer: sammccall.
nridge added a comment.
Looks reasonable to me but Sam should OK this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154903/new/
https://reviews.llvm.org/D154903
___
c
Author: Balazs Benics
Date: 2023-07-11T08:50:59+02:00
New Revision: ffcf214b5d27453119575d4e075cac483d659024
URL:
https://github.com/llvm/llvm-project/commit/ffcf214b5d27453119575d4e075cac483d659024
DIFF:
https://github.com/llvm/llvm-project/commit/ffcf214b5d27453119575d4e075cac483d659024.diff
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGffcf214b5d27: [analyzer] NonParamVarRegion should prefer
definition over canonical decl (authored by steakhal).
Changed prior to commit:
https://r
201 - 210 of 210 matches
Mail list logo