Skip to content

Commit 4aa289a

Browse files
author
Artem Gindinson
authored
[SYCL] Fix pragma setting in sycl-post-link (#3358)
Signed-off-by: Artem Gindinson <[email protected]>
1 parent be18b1d commit 4aa289a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/sycl-post-link/SYCLDeviceLibReqMask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// SYCL runtime later.
1515
//===----------------------------------------------------------------------===//
1616

17-
#pragma onece
17+
#pragma once
1818

1919
#include "llvm/Pass.h"
2020
#include <unordered_map>

0 commit comments

Comments
 (0)