Skip to content

Commit f42949d

Browse files
committed
[AMDGPU] add the type for the named barrier
accidentally delete an empty space line in test
1 parent 18b0c7d commit f42949d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/Modules/no-external-type-id.cppm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// RUN: %clang_cc1 -std=c++20 %t/b.cppm -emit-module-interface -o %t/b.v1.pcm \
1414
// RUN: -fmodule-file=a=%t/a.v1.pcm
1515
// RUN: diff %t/b.pcm %t/b.v1.pcm &> /dev/null
16+
1617
//--- a.cppm
1718
export module a;
1819
export int a();

0 commit comments

Comments
 (0)