diff options
Diffstat (limited to 'tools/nativize_llvm.py')
-rwxr-xr-x | tools/nativize_llvm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nativize_llvm.py b/tools/nativize_llvm.py index de78dce2..e76b9a4e 100755 --- a/tools/nativize_llvm.py +++ b/tools/nativize_llvm.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 ''' Small utility to build some llvm bitcode into native code. Useful when lli (called |