[NFC] Fix lit test failures for clang/CodegenCoroutines
authorhyeongyu kim <gusrb406@snu.ac.kr>
Mon, 8 Nov 2021 17:42:55 +0000 (02:42 +0900)
committerhyeongyu kim <gusrb406@snu.ac.kr>
Mon, 8 Nov 2021 17:47:16 +0000 (02:47 +0900)
clang/test/CodeGenCoroutines/coro-await.cpp
clang/test/CodeGenCoroutines/coro-ret-void.cpp

index b2baf09..158d553 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -disable-noundef-analysis -triple x86_64-unknown-linux-gnu -std=c++20 \
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -std=c++20 \
 // RUN:   -emit-llvm %s -o - -disable-llvm-passes -Wno-coroutine -Wno-unused | FileCheck %s
 
 namespace std {
index 16d0c3c..53b200d 100644 (file)
@@ -48,4 +48,4 @@ coro2 g() {
 
 // CHECK-LABEL: define{{.*}} void @_Z1gv(
 // CHECK: call void @_ZNSt13suspend_never12await_resumeEv(%"struct.std::suspend_never"*
-// CHECK: call void @_ZN5coro212promise_type12return_valueEi(%"struct.coro2::promise_type"* {{[^,]*}} %__promise, i32 noundef 42)
\ No newline at end of file
+// CHECK: call void @_ZN5coro212promise_type12return_valueEi(%"struct.coro2::promise_type"* {{[^,]*}} %__promise, i32 42)
\ No newline at end of file