| commit | ebeb6f9582318e9a131fc1ec84a937ec6c2e85fd | [log] [tgz] |
|---|---|---|
| author | Amit Kumar Pandey <[email protected]> | Tue Sep 16 18:11:20 2025 |
| committer | Copybara-Service <[email protected]> | Tue Sep 16 18:13:43 2025 |
| tree | 724f5f5754ba3a72cde82d6f3156160ab6b39121 | |
| parent | 7878a552966e6299670f59fa1de211bd466220eb [diff] |
Reapply "[NFC] Fix CodeQL violations in compiler-rt. (#157793)" (#157913) (#159097)
Fix below buildbot failure.
```
/var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/compiler-rt/lib/fuzzer/FuzzerDriver.cpp:172:42: error: use of undeclared identifier 'uint'
172 | Printf("Flag: %s %u\n", Name, (uint)Val);
```
Replace uint with uint32_t cast.
This reverts commit 8062b166762b51f1c3a9168e7031babde3e330a8.
NOKEYCHECK=True
GitOrigin-RevId: 46fd8d0db2f7f7361823efae067edddb6acc237c