gulfem updated this revision to Diff 515560.
gulfem added a comment.
Modified the test case
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148757/new/
https://reviews.llvm.org/D148757
Files:
clang/include/clang/Basic/CodeGenOptions.h
clang/lib/
phosek created this revision.
phosek added a reviewer: abrachet.
Herald added a project: All.
phosek requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay.
Herald added a project: clang.
This allows building static libraries with Clang driver.
Repository:
rG LLVM Gi
gulfem added a comment.
I compared Clang and GCC behavior.
**1) Following user-specified prefix mapping order**
GCC uses a linked list to store the prefix mappings, so it applies the prefix
mappings based on the user-provided order.
https://github.com/gcc-mirror/gcc/blob/master/gcc/file-prefix-ma
rsundahl marked an inline comment as done.
rsundahl added inline comments.
Comment at: clang/include/clang/Driver/Options.td:1785
HelpText<"Use default code
inlining logic for the address sanitizer">;
+def fsanitize_address_sta
rsundahl added inline comments.
Comment at: compiler-rt/lib/asabi/CMakeLists.txt:2
+# Build for the ASAN Stable ABI runtime support library.
+set(ASABI_SOURCES
+ asabi_shim.cpp
vitalybuka wrote:
> does it need to be asabi?
> maybe better asan_abi, files and macr
Author: Sam McCall
Date: 2023-04-21T05:29:11+02:00
New Revision: 0304aa25e0be5f322a76d16c6b6069eb9e153430
URL:
https://github.com/llvm/llvm-project/commit/0304aa25e0be5f322a76d16c6b6069eb9e153430
DIFF:
https://github.com/llvm/llvm-project/commit/0304aa25e0be5f322a76d16c6b6069eb9e153430.diff
LO
steakhal accepted this revision.
steakhal added a comment.
This revision is now accepted and ready to land.
I liked the idea of sorting these options at compile time.
I think the most dummy sort should work just fine inthis case, as the number of
elements are not that large.
Do you think worth it
chaitanyav updated this revision to Diff 515591.
chaitanyav added a comment.
Place parentheses around conditional expression to prevent precedence warnings
since -Werror is enabled on build
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147844/new/
Author: Dominik Adamski
Date: 2023-04-21T01:35:39-05:00
New Revision: f90056767828e499f4cdf568968e19cf8b6ab81b
URL:
https://github.com/llvm/llvm-project/commit/f90056767828e499f4cdf568968e19cf8b6ab81b
DIFF:
https://github.com/llvm/llvm-project/commit/f90056767828e499f4cdf568968e19cf8b6ab81b.dif
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf90056767828: [OpenMP][AMDGPU] Refactor setting uniform work
group size attribute (authored by domada).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148525/
201 - 210 of 210 matches
Mail list logo