summaryrefslogtreecommitdiff
path: root/travis/test/mpx.json
blob: 201445f56b4a2bebcdc7400cfa3a743112dc6f8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[
	{
		"description": "Test MPX instruction in 32 bit mode",
		"id": "mpx",
		"format": "elf",
		"source": "mpx.asm",
		"option": "-O0",
		"target": [
			{ "output": "mpx.o" }
		]
	}
]