Jonathan.Crowther accepted this revision.
Jonathan.Crowther added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100654/new/
https://reviews.llvm.org/D100654
_
Jonathan.Crowther accepted this revision.
Jonathan.Crowther added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100056/new/
https://reviews.llvm.org/D100056
_
Jonathan.Crowther updated this revision to Diff 337764.
Jonathan.Crowther added a comment.
No updates, just want to kick off the CI again.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100488/new/
https://reviews.llvm.org/D100488
Files:
clang/to
Jonathan.Crowther created this revision.
Jonathan.Crowther added reviewers: abhina.sreeskantharajan, anirudhp, muiez,
zibi, yusra.syeda, rnk, amccarth.
Herald added subscribers: wenlei, hiraditya.
Jonathan.Crowther requested review of this revision.
Herald added projects: clang, LLVM.
Herald added
Jonathan.Crowther updated this revision to Diff 300050.
Jonathan.Crowther added a comment.
Forgot to set the repository for my last patch. No code changes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89801/new/
https://reviews.llvm.org/D89801
Fi
Jonathan.Crowther updated this revision to Diff 299779.
Jonathan.Crowther added a comment.
Added a test for `-fno-short-enums`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89801/new/
https://reviews.llvm.org/D89801
Files:
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/zos
Jonathan.Crowther created this revision.
Jonathan.Crowther added reviewers: rsmith, abhina.sreeskantharajan, dlj.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Jonathan.Crowther requested review of this revision.
This patch sets short-enums to be the default for z/OS.
Re
Jonathan.Crowther updated this revision to Diff 239198.
Jonathan.Crowther added a comment.
Addressed comments by moving `getLoadModuleFilnameForFunction` to
`llvm/lib/Support/SystemUtils.cpp`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72736/new/
https://reviews.llvm.org/D72736
File
Jonathan.Crowther created this revision.
Jonathan.Crowther added reviewers: hubert.reinterpretcast, xingxue.
Herald added subscribers: llvm-commits, cfe-commits, arphaman, hiraditya.
Herald added projects: clang, LLVM.
Implemented (for AIX) a function to take any function and return the path of
t