Skip to content

Commit 2084d14

Browse files
author
Aaron Tomb
authored
Merge pull request #984 from GaloisInc/at-x86-test-fix
Allow x86 tests to run on any platform
2 parents 8ad4bf5 + f102737 commit 2084d14

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)