Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
llvm-watermarker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nagayama15
llvm-watermarker
Commits
327843a5
Commit
327843a5
authored
Dec 12, 2018
by
nagayama15
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🔧
修飾子の指定を修正
parent
0da59d7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
BlockWatermarkPass.cpp
src/nykk/pass/BlockWatermarkPass.cpp
+1
-3
Opts.hpp
src/nykk/pass/Opts.hpp
+1
-1
No files found.
src/nykk/pass/BlockWatermarkPass.cpp
View file @
327843a5
...
...
@@ -58,7 +58,7 @@ namespace
:
public
llvm
::
FunctionPass
{
public
:
static
char
ID
;
// Needed for LLVM.
static
inline
char
ID
;
// Needed for LLVM.
/**
* @brief Constructor.
...
...
@@ -181,8 +181,6 @@ namespace
std
::
vector
<
std
::
vector
<
std
::
uint8_t
>>
perm_table_
;
};
char
BlockWatermarkPass
::
ID
;
// Registers pass.
const
llvm
::
RegisterPass
<
BlockWatermarkPass
>
pass_registry
=
{
...
...
src/nykk/pass/Opts.hpp
View file @
327843a5
...
...
@@ -5,7 +5,7 @@
namespace
nykk
::
pass
{
const
llvm
::
cl
::
opt
<
std
::
string
>
watermark_opt
inline
const
llvm
::
cl
::
opt
<
std
::
string
>
watermark_opt
{
"watermark"
,
llvm
::
cl
::
desc
(
"Watermark (32bit)"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment