about summary refs log tree commit diff
path: root/library/stdarch/ci
diff options
context:
space:
mode:
authorsayantn <sayantn05@gmail.com>2025-05-28 02:08:46 +0530
committerAmanieu d'Antras <amanieu@gmail.com>2025-05-30 18:02:17 +0000
commit3de76d47a23eda3fe6a79155bca1f16bfd16f928 (patch)
tree2e4c28d81768fcce090f36bf1210c7c42fb6ca73 /library/stdarch/ci
parent28960ece722bf84e4c84a93b0855d588f7109667 (diff)
Use the new definition of `rdtscp` intrinsic
 - add `-Zverify-llvm-ir` in testsuite
Diffstat (limited to 'library/stdarch/ci')
-rwxr-xr-xlibrary/stdarch/ci/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/ci/run.sh b/library/stdarch/ci/run.sh
index fd7ec81d505..8eadb9285c9 100755
--- a/library/stdarch/ci/run.sh
+++ b/library/stdarch/ci/run.sh
@@ -10,7 +10,7 @@ set -ex
 #export RUST_TEST_NOCAPTURE=1
 #export RUST_TEST_THREADS=1
 
-export RUSTFLAGS="${RUSTFLAGS} -D warnings -Z merge-functions=disabled "
+export RUSTFLAGS="${RUSTFLAGS} -D warnings -Z merge-functions=disabled -Z verify-llvm-ir"
 export HOST_RUSTFLAGS="${RUSTFLAGS}"
 export PROFILE="${PROFILE:="--profile=release"}"