forked from OSchip/llvm-project
parent
97d2c9cae7
commit
82e547e1a9
|
@ -715,4 +715,3 @@ if ($Action eq 'compile' or $Action eq 'link') {
|
|||
}
|
||||
|
||||
exit($Status >> 8);
|
||||
|
||||
|
|
|
@ -112,4 +112,3 @@ def main():
|
|||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
|
|
|
@ -490,4 +490,3 @@ var forEach = function(object, block, context) {
|
|||
resolve.forEach(object, block, context);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue