goussepi
b5fb7b2090
[PS5] Adopt new compiler-rt naming scheme for the profile library. ( #99862 )
...
Changes the driver to look for libclang_rt.profile_nosubmission.a
instead of libclang_rt.profile-x86_64_nosubmission.a
2024-07-23 10:08:40 +01:00
Ying Yi
0e5fe1cdac
Remove REQUIRES: x86-registered-target
from ps4/ps5 driver tests
...
Reviewed By: probinson
Differential Revision: https://reviews.llvm.org/D132950
2022-08-31 09:56:37 +01:00
Fangrui Song
5c29ffda90
Revert "[Driver][test] Replace ^//$ with empty string"
...
This reverts commit 4817b7729a1846b709ec02b98bfe11b0125f8e8f.
It caused some `^/\n` and had some objection about its readability improvement.
2022-06-24 13:52:27 -07:00
Fangrui Song
4817b7729a
[Driver][test] Replace ^//$ with empty string
...
The convention does not add //\n. Having all RUN/CHECK lines separated by //\n
makes editor movement difficult (e.g. { } in Vim).
2022-06-24 11:25:03 -07:00
Paul Robinson
7726ad04e2
[PS5] Add basic PS5 driver behavior
...
This adds a PS5-specific ToolChain subclass, which defines some basic
PS5 driver behavior. Future patches will add more target-specific
driver behavior.
2022-04-14 12:45:33 -07:00