mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
16 lines
420 B
Python
16 lines
420 B
Python
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
|
{
|
|
'sources': [
|
|
#'constant_propagation_pass.cc',
|
|
#'constant_propagation_pass.h',
|
|
'context_promotion_pass.cc',
|
|
'context_promotion_pass.h',
|
|
'dead_code_elimination_pass.cc',
|
|
'dead_code_elimination_pass.h',
|
|
#'dead_store_elimination_pass.cc',
|
|
#'dead_store_elimination_pass.h',
|
|
'simplification_pass.cc',
|
|
'simplification_pass.h',
|
|
],
|
|
}
|