Author: Fangrui Song
Date: 2023-07-22T18:30:02-07:00
New Revision: e126fa27c07c83997fcdee2bd45996ffc860317b
URL:
https://github.com/llvm/llvm-project/commit/e126fa27c07c83997fcdee2bd45996ffc860317b
DIFF:
https://github.com/llvm/llvm-project/commit/e126fa27c07c83997fcdee2bd45996ffc860317b.diff
Author: Fangrui Song
Date: 2023-07-22T16:45:32-07:00
New Revision: 5d66f9fd8e97c05a5dba317d3ad2566e61ead1ff
URL:
https://github.com/llvm/llvm-project/commit/5d66f9fd8e97c05a5dba317d3ad2566e61ead1ff
DIFF:
https://github.com/llvm/llvm-project/commit/5d66f9fd8e97c05a5dba317d3ad2566e61ead1ff.diff
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG874217f99b99: [clang] Enable C++11-style attributes in all
language modes (authored by philnik).
Repository:
rG LLVM Github Monorepo
CHANGES SINC
Author: Nikolas Klauser
Date: 2023-07-22T09:34:15-07:00
New Revision: 874217f99b99ab3c9026dc3b7bd84cd2beebde6e
URL:
https://github.com/llvm/llvm-project/commit/874217f99b99ab3c9026dc3b7bd84cd2beebde6e
DIFF:
https://github.com/llvm/llvm-project/commit/874217f99b99ab3c9026dc3b7bd84cd2beebde6e.dif
Michael137 added inline comments.
Comment at: lldb/include/lldb/Target/Platform.h:492
+ static llvm::Expected
+ GetSDKPathFromDebugInfo(Module &module);
+
Michael137 wrote:
> I'm open to suggestions on where to put this API. `Platform` seems a bit too
> generi
Michael137 updated this revision to Diff 543160.
Michael137 added a comment.
- Remove redundant headers
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156020/new/
https://reviews.llvm.org/D156020
Files:
lldb/include/lldb/Target/Platform.h
lldb/
Michael137 added inline comments.
Herald added a subscriber: JDevlieghere.
Comment at: lldb/include/lldb/Target/Platform.h:492
+ static llvm::Expected
+ GetSDKPathFromDebugInfo(Module &module);
+
I'm open to suggestions on where to put this API. `Platform` seem
Michael137 created this revision.
Michael137 added a reviewer: aprantl.
Herald added a project: All.
Michael137 requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
When we build the Clang module compilation command (e.g., when
a user requests i