[all-commits] [llvm/llvm-project] 7b06ec: [compiler-rt] Make sure `memprof` and `ctx_profile...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Wed Apr 24 13:32:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b06ec073d0bd8abad1274d12900a849bd3829c5
https://github.com/llvm/llvm-project/commit/7b06ec073d0bd8abad1274d12900a849bd3829c5
Author: Mircea Trofin <mtrofin at google.com>
Date: 2024-04-24 (Wed, 24 Apr 2024)
Changed paths:
M compiler-rt/test/CMakeLists.txt
A compiler-rt/test/ctx_profile/CMakeLists.txt
A compiler-rt/test/ctx_profile/Unit/lit.site.cfg.py.in
M compiler-rt/test/memprof/CMakeLists.txt
A compiler-rt/test/memprof/Unit/lit.site.cfg.py.in
Log Message:
-----------
[compiler-rt] Make sure `memprof` and `ctx_profile` unittests run (#89814)
They weren't run before as part of `check-compiler-rt`.
Verified by adding a `EXPECT_TRUE(false)` in both and observing test failure.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list