Skip to content

Commit f102737

Browse files
author
Aaron Tomb
committed
Allow x86 tests to run on any platform
1 parent 8ad4bf5 commit f102737

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

intTests/test_llvm_x86_01/test

736 Bytes
Binary file not shown.

intTests/test_llvm_x86_01/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set -e
22

3-
yasm -felf64 test.S
4-
ld test.o -o test
3+
#yasm -felf64 test.S
4+
#ld test.o -o test
55
clang -c -emit-llvm test.c
66
$SAW test.saw

intTests/test_llvm_x86_02/test

744 Bytes
Binary file not shown.

intTests/test_llvm_x86_02/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set -e
22

3-
yasm -felf64 test.S
4-
ld test.o -o test
3+
#yasm -felf64 test.S
4+
#ld test.o -o test
55
clang -c -emit-llvm test.c
66
$SAW test.saw

intTests/test_llvm_x86_03/test

736 Bytes
Binary file not shown.

intTests/test_llvm_x86_03/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set -e
22

3-
yasm -felf64 test.S
4-
ld test.o -o test
3+
#yasm -felf64 test.S
4+
#ld test.o -o test
55
clang -c -emit-llvm test.c
66
$SAW test.saw

intTests/test_llvm_x86_04/test

912 Bytes
Binary file not shown.

intTests/test_llvm_x86_04/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set -e
22

3-
yasm -felf64 test.S
4-
ld test.o -o test
3+
#yasm -felf64 test.S
4+
#ld test.o -o test
55
clang -c -emit-llvm test.c
66
$SAW test.saw

intTests/test_llvm_x86_05/test

744 Bytes
Binary file not shown.

intTests/test_llvm_x86_05/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set -e
22

3-
yasm -felf64 test.S
4-
ld test.o -o test
3+
#yasm -felf64 test.S
4+
#ld test.o -o test
55
clang -c -emit-llvm test.c
66
$SAW test.saw

0 commit comments

Comments
 (0)