https://github.com/diggerlin closed
https://github.com/llvm/llvm-project/pull/71738
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/qiongsiwu approved this pull request.
LGTM! Thanks so much!
https://github.com/llvm/llvm-project/pull/71738
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/diggerlin updated
https://github.com/llvm/llvm-project/pull/71738
>From 592e0de1d87ad5dbfc7a1fb80974546ce161c02f Mon Sep 17 00:00:00 2001
From: zhijian
Date: Wed, 8 Nov 2023 11:27:30 -0500
Subject: [PATCH 1/4] [Driver][LTO] Copy fix empty stats filename to AIX
---
clang/lib
@@ -32,6 +32,14 @@
// CHECK-LTO: "-o" "obj/dir{{/|}}save-stats.exe"
// CHECK-LTO: "-plugin-opt=stats-file=save-stats.stats"
+
+// RUN: %clang --target=powerpc-unknown-aix -save-stats -flto -o
obj/dir/save-stats %s -### 2>&1 | FileCheck %s -check-prefix=CHECK-AIX-LTO
+//
https://github.com/diggerlin updated
https://github.com/llvm/llvm-project/pull/71738
>From 592e0de1d87ad5dbfc7a1fb80974546ce161c02f Mon Sep 17 00:00:00 2001
From: zhijian
Date: Wed, 8 Nov 2023 11:27:30 -0500
Subject: [PATCH 1/3] [Driver][LTO] Copy fix empty stats filename to AIX
---
clang/lib
@@ -32,6 +32,14 @@
// CHECK-LTO: "-o" "obj/dir{{/|}}save-stats.exe"
// CHECK-LTO: "-plugin-opt=stats-file=save-stats.stats"
+
+// RUN: %clang --target=powerpc-unknown-aix -save-stats -flto -o
obj/dir/save-stats %s -### 2>&1 | FileCheck %s -check-prefix=CHECK-AIX-LTO
+//
https://github.com/diggerlin updated
https://github.com/llvm/llvm-project/pull/71738
>From 592e0de1d87ad5dbfc7a1fb80974546ce161c02f Mon Sep 17 00:00:00 2001
From: zhijian
Date: Wed, 8 Nov 2023 11:27:30 -0500
Subject: [PATCH 1/2] [Driver][LTO] Copy fix empty stats filename to AIX
---
clang/lib
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: None (diggerlin)
Changes
copy implement of https://github.com/llvm/llvm-project/pull/71359 to AIX.cpp
and add test scenario
---
Full diff: https://github.com/llvm/llvm-project/pull/71738.diff
2 Files Affected:
- (modified) clang
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (diggerlin)
Changes
copy implement of https://github.com/llvm/llvm-project/pull/71359 to AIX.cpp
and add test scenario
---
Full diff: https://github.com/llvm/llvm-project/pull/71738.diff
2 Files Affected:
- (modified) clang/lib/Dr
https://github.com/diggerlin created
https://github.com/llvm/llvm-project/pull/71738
copy implement of https://github.com/llvm/llvm-project/pull/71359 to AIX.cpp
and add test scenario
>From 592e0de1d87ad5dbfc7a1fb80974546ce161c02f Mon Sep 17 00:00:00 2001
From: zhijian
Date: Wed, 8 Nov 2023 1
10 matches
Mail list logo