We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b06a4 commit 146e3b5Copy full SHA for 146e3b5
llvm/test/ThinLTO/AArch64/cgdata-merge-write.ll
@@ -36,7 +36,7 @@
36
37
; Merge the cgdata using llvm-cgdata.
38
; We now validate the content of the merged cgdata.
39
-; Two functions have the same hash with only one different constnat at a same location.
+; Two functions have the same hash with only one different constant at the same location.
40
; RUN: llvm-cgdata --merge -o %tout.cgdata %tout-nowrite.1 %tout-nowrite.2
41
; RUN: llvm-cgdata --convert %tout.cgdata -o - | FileCheck %s
42
; RUN: llvm-cgdata --merge -o %tout-lazy.cgdata %tout-nowrite.1 %tout-nowrite.2 -indexed-codegen-data-lazy-loading
0 commit comments