Skip to content

Commit 5a1b93b

Browse files
authored
Merge pull request #2048 from ROCm/upstream_merge_202603091807
merge aomp-dev into amd-staging
2 parents 75712b2 + 311fc62 commit 5a1b93b

File tree

18 files changed

+10
-351
lines changed

18 files changed

+10
-351
lines changed

srock-bin/build_srock.sh

Lines changed: 0 additions & 341 deletions
This file was deleted.

srock-bin/post_setup_build_srock.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,16 @@ echo " Compiler branch: $SROCK_COMPILER_BRANCH"
9595
echo " SROCK config name: $SROCK_CONFIG"
9696
echo " cmake args: ${_cmake_args[*]}"
9797

98+
(
99+
cd "$SROCK_THEROCK_DIR" || exit
100+
# reconstruct .amd-llvm.smrev using the current SHA
101+
cd compiler/amd-llvm || exit
102+
smrev="../.amd-llvm.smrev"
103+
git config --get remote.origin.url > "$smrev"
104+
smsha=$(git rev-parse HEAD)
105+
echo "${smsha}${LLVM_SHA_EXTRA}" >> "$smrev"
106+
)
107+
98108
cd "$SROCK_THEROCK_DIR" || exit
99109
_cmd="cmake --build build"
100110
echo

srock-bin/setup_srock.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -202,16 +202,6 @@ if [ "$SROCK_COMPILER_BRANCH" != "develop" ] ; then
202202

203203
echo " --- end compiler submodule updates for $SROCK_COMPILER_BRANCH"
204204

205-
(
206-
cd "$SROCK_THEROCK_DIR" || exit
207-
# reconstruct .amd-llvm.smrev using the current SHA
208-
cd compiler/amd-llvm || exit
209-
smrev="../.amd-llvm.smrev"
210-
git config --get remote.origin.url > "$smrev"
211-
smsha=$(git rev-parse HEAD)
212-
echo "${smsha}${LLVM_SHA_EXTRA}" >> "$smrev"
213-
)
214-
215205
cd "$SROCK_THEROCK_DIR" || exit
216206
echo
217207
echo "===== cmake CMD: $SROCK_CMAKE ${_cmake_args[*]}"
File renamed without changes.

test/smoke-limbo/xteam-scan-no-loop/xteam_scan_no_loop.cpp renamed to test/smoke-dev/xteam-scan-no-loop/xteam_scan_no_loop.cpp

File renamed without changes.

0 commit comments

Comments
 (0)