mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 10:13:13 +00:00
Make the bytecode file executable as well for LLEE purposes.
llvm-svn: 7992
This commit is contained in:
parent
ca386ad6d8
commit
1b0f71e3f1
@ -440,6 +440,9 @@ int main(int argc, char **argv) {
|
||||
|
||||
// Make the script executable...
|
||||
chmod(OutputFilename.c_str(), 0755);
|
||||
|
||||
// Make the bytecode file directly executable in LLEE as well
|
||||
chmod(RealBytecodeOutput.c_str(), 0755);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user