File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ class LLVM_LIBRARY_VISIBILITY PS5CPU : public PS4PS5Base {
179
179
llvm::opt::ArgStringList &CmdArgs, const char *Prefix,
180
180
const char *Suffix) const override ;
181
181
const char *getProfileRTLibName () const override {
182
- return " libclang_rt.profile-x86_64_nosubmission .a" ;
182
+ return " libclang_rt.profile_nosubmission .a" ;
183
183
}
184
184
185
185
protected:
Original file line number Diff line number Diff line change 40
40
// RUN: %clang -target x86_64-sie-ps5 -fcs-profile-generate %s -### 2>&1 | FileCheck --check-prefix=CHECK-PS5-PROFILE %s
41
41
// RUN: %clang -target x86_64-sie-ps5 -fcs-profile-generate -fno-profile-generate %s -### 2>&1 | FileCheck --check-prefix=CHECK-PS5-NO-PROFILE %s
42
42
//
43
- // CHECK-PS5-PROFILE: "--dependent-lib=libclang_rt.profile-x86_64_nosubmission .a"
44
- // CHECK-PS5-NO-PROFILE-NOT: "--dependent-lib=libclang_rt.profile-x86_64_nosubmission .a"
43
+ // CHECK-PS5-PROFILE: "--dependent-lib=libclang_rt.profile_nosubmission .a"
44
+ // CHECK-PS5-NO-PROFILE-NOT: "--dependent-lib=libclang_rt.profile_nosubmission .a"
You can’t perform that action at this time.
0 commit comments