Skip to content

Commit c45cac3

Browse files
authored
[SYCLomatic] Fix the macro expansion issue on Windows. (#2837)
Signed-off-by: Chen, Sheng S <sheng.s.chen@intel.com>
1 parent 6392c48 commit c45cac3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/runtime/dpct-rt/include/dpct/codepin/codepin.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
#pragma message( \
5050
"CodePin data sampling feature is enabled for data dump. As follow list 3 configs for data sampling:")
5151
#pragma message("CODEPIN_RAND_SEED: " CODEPIN_TO_STR(CODEPIN_RAND_SEED))
52-
#pragma message("CODEPIN_SAMPLING_THRESHOLD: " CODEPIN_TO_STR( \
53-
CODEPIN_SAMPLING_THRESHOLD))
52+
#pragma message("CODEPIN_SAMPLING_THRESHOLD: " CODEPIN_TO_STR(CODEPIN_SAMPLING_THRESHOLD))
5453
#pragma message("CODEPIN_SAMPLING_PERCENT: " CODEPIN_TO_STR(CODEPIN_SAMPLING_PERCENT))
5554
#pragma message( \
5655
"Define the macros in the build command to change sampling configs. Also refer to codepin.hpp for definitions and default value of the macros.")

0 commit comments

Comments
 (0)