@@ -259,6 +260,45 @@ void aix::Linker::ConstructJob(Compilation &C, const
JobAction &JA,
// Specify linker input file(s).
AddLinkerInputs(ToolChain, Inputs, Args, CmdArgs, JA);
+ // Add sanitizer libraries.
+ const SanitizerArgs &Sanitize = ToolChain.getSanitizerArgs(Ar
@@ -259,6 +260,56 @@ void aix::Linker::ConstructJob(Compilation &C, const
JobAction &JA,
// Specify linker input file(s).
AddLinkerInputs(ToolChain, Inputs, Args, CmdArgs, JA);
+ // Add sanitizer libraries.
+ const SanitizerArgs &Sanitize = ToolChain.getSanitizerArgs(Ar
https://github.com/daltenty approved this pull request.
LGTM, thanks!
https://github.com/llvm/llvm-project/pull/137670
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/daltenty approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/153587
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/daltenty closed
https://github.com/llvm/llvm-project/pull/154537
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
daltenty wrote:
> I guess for now I can mark these as unsupported on AIX with a TODO. I'm
> hoping to have everything moved over to the internal shell by early next week.
Thanks, we'd really like to move over to the internal shell to avoid these
problems on AIX too, so I'm all for anything tha
daltenty wrote:
This seems to break some bots (running without lit's internal shell) since `-u`
isn't a portable option on env:
https://lab.llvm.org/buildbot/#/builders/64/builds/5684
https://github.com/llvm/llvm-project/pull/156904
___
cfe-commits ma
https://github.com/daltenty edited
https://github.com/llvm/llvm-project/pull/158199
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/daltenty approved this pull request.
LGTM, thanks!
https://github.com/llvm/llvm-project/pull/158199
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/daltenty updated
https://github.com/llvm/llvm-project/pull/154537
>From d642441854a74abcf5d3aa651abdec3465e78188 Mon Sep 17 00:00:00 2001
From: David Tenty
Date: Wed, 20 Aug 2025 00:08:58 -0400
Subject: [PATCH 1/3] [NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently
---
ll
https://github.com/daltenty updated
https://github.com/llvm/llvm-project/pull/154537
>From d642441854a74abcf5d3aa651abdec3465e78188 Mon Sep 17 00:00:00 2001
From: David Tenty
Date: Wed, 20 Aug 2025 00:08:58 -0400
Subject: [PATCH 1/4] [NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently
---
ll
https://github.com/daltenty created
https://github.com/llvm/llvm-project/pull/154951
These tests don't work due to limitations in backend support, so it's better to
mark them uniformly unsupported on AIX and z/OS.
>From c1abb5b70479063250ca94a926605bfe763518cc Mon Sep 17 00:00:00 2001
From: Da
https://github.com/daltenty closed
https://github.com/llvm/llvm-project/pull/154951
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/daltenty closed
https://github.com/llvm/llvm-project/pull/158199
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
101 - 114 of 114 matches
Mail list logo