Skip to content

Commit 7e8641a

Browse files
committed
nit
1 parent 2e08e44 commit 7e8641a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ static GlobalVariable *GetOrCreateGlobalString(Module &M, StringRef Name,
13141314
return StringGV;
13151315
}
13161316

1317-
// Append a new argument "launch_data" to user's spir_kernels
1317+
// Append a new argument "__asan_launch" to user's spir_kernels
13181318
static void ExtendSpirKernelArgs(Module &M, FunctionAnalysisManager &FAM) {
13191319
SmallVector<Function *> SpirFixupKernels;
13201320
SmallVector<Constant *, 8> SpirKernelsMetadata;

0 commit comments

Comments
 (0)