issue #135 Save gcc 8.3 output

pull/168/head
dibyendumajumdar 5 years ago
parent 2672b86904
commit 7a80bbdc80

@ -6,3 +6,6 @@ The clang output was generated using::
clang -I ~/github/ravi/include -std=c99 -O3 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1 -DLUA_USE_MACOSX -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -DRAVI_USE_ASMVM -DRAVI_USE_COMPUTED_GOTO -S -g -c ~/github/ravi/src/lvm.c
The lvm.s was generated as follows:
objdump -d -M intel -S CMakeFiles/libravinojit_static.dir/src/lvm.c.o > lvm.s

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save