test: Update target specs test for new target-c-int-width field

This commit is contained in:
Daniel Klauer 2017-09-30 23:45:36 +02:00
parent 12a8bc6eb9
commit a4e83731e9
3 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@
"llvm-target": "i686-unknown-linux-gnu",
"target-endian": "little",
"target-pointer-width": "32",
"target-c-int-width": "32",
"arch": "x86",
"os": "linux",
"morestack": false

View file

@ -3,6 +3,7 @@
"linker-flavor": "gcc",
"target-endian": "little",
"target-pointer-width": "32",
"target-c-int-width": "32",
"arch": "x86",
"os": "foo",
"morestack": false

View file

@ -5,6 +5,7 @@
"llvm-target": "x86_64-unknown-linux-gnu",
"target-endian": "little",
"target-pointer-width": "64",
"target-c-int-width": "32",
"arch": "x86_64",
"os": "linux",
"morestack": false