This revision was automatically updated to reflect the committed changes.
Closed by commit rGfbb23c9714f2: Fix profiling options on PS4 target: -
libclang_rt.profile should be added when… (authored by dmikulin).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Changed prior
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe2692b3bc032: Tag CFI-generated data structures with
"#pragma clang section" attributes. (authored by dmikulin).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLV
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf14642f2f185: Added support for "#pragma clang section
relro=" (authored by dmikulin).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
C
This revision was automatically updated to reflect the committed changes.
Closed by commit rG034badb312be: CFI: wrong type passed to llvm.type.test with
multiple inheritance… (authored by dmikulin).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67985
dmikulin added a comment.
@pcc : poke
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67985/new/
https://reviews.llvm.org/D67985
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commi
dmikulin updated this revision to Diff 223634.
dmikulin added a comment.
Added a new CodeGetCXX test case
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67985/new/
https://reviews.llvm.org/D67985
Files:
clang/lib/CodeGen/CGExprCXX.cpp
clang/test/CodeGenCXX/cfi-multiple-inheritance.c
dmikulin created this revision.
Herald added subscribers: llvm-commits, Sanitizers, cfe-commits, Prazek.
Herald added projects: clang, Sanitizers, LLVM.
Fix for https://bugs.llvm.org/show_bug.cgi?id=43390
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D67985
Files:
clang/lib/