diff options
Diffstat (limited to 'test/Object/Inputs')
-rwxr-xr-x | test/Object/Inputs/macho-empty-kext-bundle-x86-64 | bin | 0 -> 4288 bytes | |||
-rw-r--r-- | test/Object/Inputs/trivial.ll | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/Object/Inputs/macho-empty-kext-bundle-x86-64 b/test/Object/Inputs/macho-empty-kext-bundle-x86-64 Binary files differnew file mode 100755 index 0000000..bf75d30 --- /dev/null +++ b/test/Object/Inputs/macho-empty-kext-bundle-x86-64 diff --git a/test/Object/Inputs/trivial.ll b/test/Object/Inputs/trivial.ll index 463442e..37a6bc2 100644 --- a/test/Object/Inputs/trivial.ll +++ b/test/Object/Inputs/trivial.ll @@ -2,7 +2,7 @@ define i32 @main() nounwind { entry: - %call = tail call i32 @puts(i8* getelementptr inbounds ([13 x i8]* @.str, i32 0, i32 0)) nounwind + %call = tail call i32 @puts(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @.str, i32 0, i32 0)) nounwind tail call void bitcast (void (...)* @SomeOtherFunction to void ()*)() nounwind ret i32 0 } |