Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LLVM project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panda
LLVM project
Commits
31c97114
Commit
31c97114
authored
2 years ago
by
Paul Robinson
Browse files
Options
Downloads
Patches
Plain Diff
[PS4] clang-format PS4CPU.cpp/.h
parent
33b1f419
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
clang/lib/Driver/ToolChains/PS4CPU.cpp
+3
-4
3 additions, 4 deletions
clang/lib/Driver/ToolChains/PS4CPU.cpp
clang/lib/Driver/ToolChains/PS4CPU.h
+10
-13
10 additions, 13 deletions
clang/lib/Driver/ToolChains/PS4CPU.h
with
13 additions
and
17 deletions
clang/lib/Driver/ToolChains/PS4CPU.cpp
+
3
−
4
View file @
31c97114
...
...
@@ -7,8 +7,8 @@
//===----------------------------------------------------------------------===//
#include
"PS4CPU.h"
#include
"FreeBSD.h"
#include
"CommonArgs.h"
#include
"FreeBSD.h"
#include
"clang/Driver/Compilation.h"
#include
"clang/Driver/Driver.h"
#include
"clang/Driver/DriverDiagnostic.h"
...
...
@@ -125,7 +125,7 @@ void tools::PS4cpu::Link::ConstructJob(Compilation &C, const JobAction &JA,
assert
(
Output
.
isNothing
()
&&
"Invalid output."
);
}
if
(
!
Args
.
hasArg
(
options
::
OPT_nostdlib
,
options
::
OPT_nodefaultlibs
))
if
(
!
Args
.
hasArg
(
options
::
OPT_nostdlib
,
options
::
OPT_nodefaultlibs
))
AddPS4SanitizerArgs
(
ToolChain
,
Args
,
CmdArgs
);
Args
.
AddAllArgs
(
CmdArgs
,
options
::
OPT_L
);
...
...
@@ -149,8 +149,7 @@ void tools::PS4cpu::Link::ConstructJob(Compilation &C, const JobAction &JA,
<<
"-fuse-ld"
<<
getToolChain
().
getTriple
().
str
();
}
const
char
*
Exec
=
Args
.
MakeArgString
(
ToolChain
.
GetProgramPath
(
"orbis-ld"
));
const
char
*
Exec
=
Args
.
MakeArgString
(
ToolChain
.
GetProgramPath
(
"orbis-ld"
));
C
.
addCommand
(
std
::
make_unique
<
Command
>
(
JA
,
*
this
,
ResponseFileSupport
::
AtFileUTF8
(),
...
...
This diff is collapsed.
Click to expand it.
clang/lib/Driver/ToolChains/PS4CPU.h
+
10
−
13
View file @
31c97114
...
...
@@ -33,8 +33,7 @@ public:
bool
hasIntegratedCPP
()
const
override
{
return
false
;
}
void
ConstructJob
(
Compilation
&
C
,
const
JobAction
&
JA
,
const
InputInfo
&
Output
,
const
InputInfoList
&
Inputs
,
const
InputInfo
&
Output
,
const
InputInfoList
&
Inputs
,
const
llvm
::
opt
::
ArgList
&
TCArgs
,
const
char
*
LinkingOutput
)
const
override
;
};
...
...
@@ -47,8 +46,7 @@ public:
bool
isLinkJob
()
const
override
{
return
true
;
}
void
ConstructJob
(
Compilation
&
C
,
const
JobAction
&
JA
,
const
InputInfo
&
Output
,
const
InputInfoList
&
Inputs
,
const
InputInfo
&
Output
,
const
InputInfoList
&
Inputs
,
const
llvm
::
opt
::
ArgList
&
TCArgs
,
const
char
*
LinkingOutput
)
const
override
;
};
...
...
@@ -63,12 +61,12 @@ public:
const
llvm
::
opt
::
ArgList
&
Args
);
// No support for finding a C++ standard library yet.
void
addLibCxxIncludePaths
(
const
llvm
::
opt
::
ArgList
&
DriverArgs
,
llvm
::
opt
::
ArgStringList
&
CC1Args
)
const
override
{
}
void
addLibStdCxxIncludePaths
(
const
llvm
::
opt
::
ArgList
&
DriverArgs
,
llvm
::
opt
::
ArgStringList
&
CC1Args
)
const
override
{}
void
addLibCxxIncludePaths
(
const
llvm
::
opt
::
ArgList
&
DriverArgs
,
llvm
::
opt
::
ArgStringList
&
CC1Args
)
const
override
{
}
void
addLibStdCxxIncludePaths
(
const
llvm
::
opt
::
ArgList
&
DriverArgs
,
llvm
::
opt
::
ArgStringList
&
CC1Args
)
const
override
{}
bool
IsMathErrnoDefault
()
const
override
{
return
false
;
}
bool
IsObjCNonFragileABIDefault
()
const
override
{
return
true
;
}
...
...
@@ -92,9 +90,8 @@ public:
bool
canSplitThinLTOUnit
()
const
override
{
return
false
;
}
void
addClangTargetOptions
(
const
llvm
::
opt
::
ArgList
&
DriverArgs
,
llvm
::
opt
::
ArgStringList
&
CC1Args
,
Action
::
OffloadKind
DeviceOffloadingKind
)
const
override
;
const
llvm
::
opt
::
ArgList
&
DriverArgs
,
llvm
::
opt
::
ArgStringList
&
CC1Args
,
Action
::
OffloadKind
DeviceOffloadingKind
)
const
override
;
llvm
::
DenormalMode
getDefaultDenormalModeForType
(
const
llvm
::
opt
::
ArgList
&
DriverArgs
,
const
JobAction
&
JA
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment