Skip to content

Commit 55411b8

Browse files
committed
Fixed LIT test.
1 parent 01fc35a commit 55411b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/TableGen/RuntimeLibcallEmitter.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def BlahLibrary : SystemRuntimeLibrary<isBlahArch, (add calloc, LibraryWithCondi
135135
// CHECK-NEXT: #pragma GCC diagnostic pop
136136
// CHECK-NEXT: #endif
137137
// CHECK-EMPTY:
138-
// CHECK-NEXT: constexpr llvm::StringTable
138+
// CHECK-NEXT: const llvm::StringTable
139139
// CHECK-NEXT: RTLIB::RuntimeLibcallsInfo::RuntimeLibcallImplNameTable = RuntimeLibcallImplNameTableStorage;
140140
// CHECK-EMPTY:
141141
// CHECK-NEXT: const uint16_t RTLIB::RuntimeLibcallsInfo::RuntimeLibcallNameOffsetTable[] = {

0 commit comments

Comments
 (0)