File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 41
41
git rm -rf .
42
42
touch .nojekyll
43
43
yes | \cp -rf $GITHUB_WORKSPACE/build/tools/sycl/doc/html/* .
44
- mkdir doxygen
45
- yes | \cp -rf $GITHUB_WORKSPACE/build/tools/sycl/doc/doxygen/html/* doxygen/
46
- mkdir clang
47
- yes | \cp -rf $GITHUB_WORKSPACE/build/tools/clang/docs/html/* clang/
48
- mkdir clang_doxygen
49
- yes | \cp -rf $GITHUB_WORKSPACE/build/tools/clang/docs/doxygen/html/* clang_doxygen/
44
+ mv $GITHUB_WORKSPACE/build/tools/sycl/doc/doxygen/html doxygen/
45
+ mv $GITHUB_WORKSPACE/build/tools/clang/docs/html clang/
46
+ mv $GITHUB_WORKSPACE/build/tools/clang/docs/doxygen/html clang_doxygen/
50
47
git config --global user.name "iclsrc"
51
48
git config --global user.email "[email protected] "
52
49
git add .
Original file line number Diff line number Diff line change @@ -2453,7 +2453,7 @@ their usual pattern without any special treatment.
2453
2453
constexpr const char * __builtin_sycl_unique_stable_name( type-id );
2454
2454
2455
2455
``__builtin_sycl_unique_stable_id ``
2456
- ----------------------------------
2456
+ -----------------------------------
2457
2457
2458
2458
Like ``__builtin_sycl_unique_stable_name ``, this builtin generates a unique and
2459
2459
stable name as a string literal to support sharing it across split compliations.
You can’t perform that action at this time.
0 commit comments