Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
OfekShilon committed Oct 27, 2023
1 parent 49252ef commit 0a3a5bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/components.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,14 @@ export type PopulatedIrViewState = StateWithId & {
source: string;
irOutput: unknown;
compilerName: string;
// options/filters
// marked as optional so they don't have to be specified in components.ts, just let them default
'demangle-symbols'?: boolean;
'-fno-discard-value-names'?: boolean;
'filter-debug-info'?: boolean;
'filter-instruction-metadata'?: boolean;
'filter-attributes'?: boolean;
'filter-comments'?: boolean;
};

export type EmptyLLVMOptPipelineViewState = EmptyState;
Expand Down

0 comments on commit 0a3a5bf

Please sign in to comment.