File tree Expand file tree Collapse file tree 4 files changed +4
-32
lines changed Expand file tree Collapse file tree 4 files changed +4
-32
lines changed Original file line number Diff line number Diff line change 1
1
Auto generated patch. Do not edit or delete it, even if empty.
2
- diff -ruN --strip-trailing-cr a/clang/test/CodeGenCoroutines/coro-elide-thinlto.cpp b/clang/test/CodeGenCoroutines/coro-elide-thinlto.cpp
3
- --- a/clang/test/CodeGenCoroutines/coro-elide-thinlto.cpp
4
- +++ b/clang/test/CodeGenCoroutines/coro-elide-thinlto.cpp
5
- @@ -4,8 +4,8 @@
6
- // RUN: split-file %s %t
7
- // RUN: %clang --target=x86_64-linux -std=c++20 -O2 -flto=thin -I %S -c %t/coro-elide-callee.cpp -o %t/coro-elide-callee.o
8
- // RUN: %clang --target=x86_64-linux -std=c++20 -O2 -flto=thin -I %S -c %t/coro-elide-caller.cpp -o %t/coro-elide-caller.o
9
- - // RUN: llvm-lto -thinlto %t/coro-elide-callee.o %t/coro-elide-caller.o -o summary
10
- - // RUN: %clang_cc1 -O2 -x ir %t/coro-elide-caller.o -fthinlto-index=summary.thinlto.bc -emit-llvm -o - | FileCheck %s
11
- + // RUN: llvm-lto -thinlto %t/coro-elide-callee.o %t/coro-elide-caller.o -o %t/summary
12
- + // RUN: %clang_cc1 -O2 -x ir %t/coro-elide-caller.o -fthinlto-index=%t/summary.thinlto.bc -emit-llvm -o - | FileCheck %s
13
-
14
- //--- coro-elide-task.h
15
- #pragma once
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")
4
4
5
5
def repo (name ):
6
6
"""Imports LLVM."""
7
- LLVM_COMMIT = "f4843acd839f4f8687815560b69fa96ed3cbf8cf "
8
- LLVM_SHA256 = "bf6efbc83faab7b7d765acb3ce201b740c6e536569fa58f77c278d06b779f4ca "
7
+ LLVM_COMMIT = "a7b968a57834a0e522505b56fab0ca4b979cb68f "
8
+ LLVM_SHA256 = "57c598287c774ff0a6919de6bcdf331bb60bb962f8ba74b4ce6a3fc0cb6aaa0c "
9
9
10
10
tf_http_archive (
11
11
name = name ,
Original file line number Diff line number Diff line change 1
1
Auto generated patch. Do not edit or delete it, even if empty.
2
- diff -ruN --strip-trailing-cr a/clang/test/CodeGenCoroutines/coro-elide-thinlto.cpp b/clang/test/CodeGenCoroutines/coro-elide-thinlto.cpp
3
- --- a/clang/test/CodeGenCoroutines/coro-elide-thinlto.cpp
4
- +++ b/clang/test/CodeGenCoroutines/coro-elide-thinlto.cpp
5
- @@ -4,8 +4,8 @@
6
- // RUN: split-file %s %t
7
- // RUN: %clang --target=x86_64-linux -std=c++20 -O2 -flto=thin -I %S -c %t/coro-elide-callee.cpp -o %t/coro-elide-callee.o
8
- // RUN: %clang --target=x86_64-linux -std=c++20 -O2 -flto=thin -I %S -c %t/coro-elide-caller.cpp -o %t/coro-elide-caller.o
9
- - // RUN: llvm-lto -thinlto %t/coro-elide-callee.o %t/coro-elide-caller.o -o summary
10
- - // RUN: %clang_cc1 -O2 -x ir %t/coro-elide-caller.o -fthinlto-index=summary.thinlto.bc -emit-llvm -o - | FileCheck %s
11
- + // RUN: llvm-lto -thinlto %t/coro-elide-callee.o %t/coro-elide-caller.o -o %t/summary
12
- + // RUN: %clang_cc1 -O2 -x ir %t/coro-elide-caller.o -fthinlto-index=%t/summary.thinlto.bc -emit-llvm -o - | FileCheck %s
13
-
14
- //--- coro-elide-task.h
15
- #pragma once
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")
4
4
5
5
def repo (name ):
6
6
"""Imports LLVM."""
7
- LLVM_COMMIT = "f4843acd839f4f8687815560b69fa96ed3cbf8cf "
8
- LLVM_SHA256 = "bf6efbc83faab7b7d765acb3ce201b740c6e536569fa58f77c278d06b779f4ca "
7
+ LLVM_COMMIT = "a7b968a57834a0e522505b56fab0ca4b979cb68f "
8
+ LLVM_SHA256 = "57c598287c774ff0a6919de6bcdf331bb60bb962f8ba74b4ce6a3fc0cb6aaa0c "
9
9
10
10
tf_http_archive (
11
11
name = name ,
You can’t perform that action at this time.
0 commit comments