mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Rename opt pipeline without LLVM prefix (#5828)
This prepares for future work that will reuse the opt pipeline view outside of the LLVM ecosystem by renaming related components to remove the LLVM prefix. The pass dumper keep its LLVM prefix, as it is assumed this part is likely to be customised for each compiler ecosystem. The historical component name has been preserved in the component list as an alias to keep old links working.
This commit is contained in:
@@ -10,7 +10,7 @@ const PANE_DATA_MAP = {
|
||||
preprocessor: {name: 'Preprocessor', selector: 'view-pp'},
|
||||
ast: {name: 'Ast Viewer', selector: 'view-ast'},
|
||||
llvmir: {name: 'LLVM IR', selector: 'view-ir'},
|
||||
pipeline: {name: 'Pipeline', selector: 'view-llvm-opt-pipeline'},
|
||||
pipeline: {name: 'Pipeline', selector: 'view-opt-pipeline'},
|
||||
device: {name: 'Device', selector: 'view-device'},
|
||||
mir: {name: 'MIR', selector: 'view-rustmir'},
|
||||
hir: {name: 'HIR', selector: 'view-rusthir'},
|
||||
|
||||
Reference in New Issue
Block a user